• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

Introduction to SQL

Introduction to SQL
The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.

True
False

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
Find all the cities whose humidity is 89

SELECT city FROM weather;
SELECT city FROM weather WHERE humidity = 89;
SELECT city WHERE humidity = 89;
SELECT humidity = 89 FROM weather;

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
A subquery in an SQL SELECT statement:

can only be used with two tables.
can always be duplicated by a join.
has a distinct form that cannot be duplicated by a join.
cannot have its results sorted using ORDER BY.

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
The FROM SQL clause is used to...

specify search condition
None of these
specify what table we are selecting or deleting data FROM
specify range for search condition

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
The SQL keyword(s) ________ is used with wildcards.

IN only
NOT IN only
IN and NOT IN
LIKE only

ANSWER DOWNLOAD EXAMIANS APP

Introduction to SQL
To sort the results of a query use:

ORDER BY.
GROUP BY.
SORT BY.
None of these

ANSWER DOWNLOAD EXAMIANS APP
MORE MCQ ON Introduction to SQL

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑