SQL for Database Construction Questions and Answers
Practice ModeShowing 10 of 19 questions
Q11
When using the SQL INSERT statement:
Answer: Option D
Q12
What is not an advantage of stored procedures?
Answer: Option D
Q13
A reason for using an SQL view to hide columns is:
Answer: Option C
Q14
Which of the following is an SQL trigger supported by Oracle?
Answer: Option D
Q15
The SQL ALTER statement can be used to:
Answer: Option A
Q16
What SQL structure is used to limit column values of a table?
Answer: Option B
Q17
Which is NOT one of the most common types of SQL CHECK constraints?
Answer: Option A
Q18
What is an advantage of placing computations in SQL views?
Answer: Option C
Q19
Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:
Answer: Option C