Introduction to SQL Questions and Answers
Practice ModeShowing 10 of 34 questions
Q11
The SQL keyword(s) ________ is used with wildcards.
Answer: Option A
Q12
Which of the following is the correct order of keywords for SQL SELECT statements?
Answer: Option A
Q13
A subquery in an SQL SELECT statement is enclosed in:
Answer: Option C
Q14
The result of a SQL SELECT statement is a(n) ________ .
Answer: Option D
Q15
Which of the following are the five built-in functions provided by SQL?
Answer: Option A
Q16
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
Answer: Option A
Q17
The HAVING clause does which of the following?
Answer: Option A
Q18
The SQL -92 wildcards are ____ and ____ .
Answer: Option B
Q19
To remove duplicate rows from the results of an SQL SELECT statement, the ________ qualifier specified must be included.
Answer: Option C
Q20
The benefits of a standard relational language include which of the following?
Answer: Option A