Sail E0 Webinar

MCQs

Total Questions : 69 | Page 4 of 7 pages
Question 31. The SQL keyword BETWEEN is used:
  1.    for ranges.
  2.    to limit the columns displayed.
  3.    as a wildcard.
  4.    None of the above is correct.
 Discuss Question
Answer: Option A. -> for ranges.
Question 32. A subquery in an SQL SELECT statement:
  1.    can only be used with two tables.
  2.    can always be duplicated by a join.
  3.    has a distinct form that cannot be duplicated by a join.
  4.    cannot have its results sorted using ORDER BY.
 Discuss Question
Answer: Option C. -> has a distinct form that cannot be duplicated by a join.
Question 33. ________ was adopted as a national standard by ANSI in 1992.
  1.    Oracle
  2.    SQL
  3.    Microsoft Access
  4.    DBase
 Discuss Question
Answer: Option B. -> SQL
Question 34. SQL is:
  1.    a programming language.
  2.    an operating system.
  3.    a data sublanguage.
  4.    a DBMS.
 Discuss Question
Answer: Option C. -> a data sublanguage.
Question 35. The condition in a WHERE clause can refer to only one value.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 36. The ADD command is used to enter one row of data or to add multiple rows as a result of a query.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 37. SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries using the SQL built-in functions.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 38. The SELECT command, with its various clauses, allows users to query the data contained in the tables and ask many different questions or ad hoc queries.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 39. The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False
Question 40. A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.
  1.    True
  2.    False
 Discuss Question
Answer: Option B. -> False

Latest Videos

Latest Test Papers