Database - Introduction to SQL

Exercise : Introduction to SQL - True or False
11.
Indexes can usually be created for both primary and secondary keys.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Each index consumes extra storage space and also requires overhead maintenance time whenever indexed data change value.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
The HAVING clause acts like a WHERE clause, but it identifies groups that meet a criterion, rather than rows.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
SQL is a data sublanguage.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
The qualifier DISTINCT must be used in an SQL statement when we want to eliminate duplicate rows.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.