Introduction to SQL Questions and Answers
Practice ModeShowing 10 of 34 questions
Q21
Which of the following do you need to consider when you make a table in SQL?
Answer: Option D
Q22
SQL query and modification commands make up a(n) ________ .
Answer: Option B
Q23
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
Answer: Option D
Q24
The Microsoft Access wildcards are ____ and ____ .
Answer: Option D
Q25
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
Answer: Option D
Q26
Which one of the following sorts rows in SQL?
Answer: Option C
Q27
To sort the results of a query use:
Answer: Option C
Q28
To define what columns should be displayed in an SQL SELECT statement:
Answer: Option A
Q29
SQL can be used to:
Answer: Option D
Q30
The SQL statement that queries or reads data from a table is ________ .
Answer: Option A