Database - Introduction to SQL
Exercise :: Introduction to SQL - True or False
1.
The condition in a WHERE clause can refer to only one value.
Answer: Option B
Explanation:
2.
The ADD command is used to enter one row of data or to add multiple rows as a result of a query.
Answer: Option B
Explanation:
3.
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.
Answer: Option A
Explanation:
4.
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.
Answer: Option A
Explanation:
5.
A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.
Answer: Option B
Explanation: