SQL for Database Construction Questions and Answers
Practice ModeShowing 10 of 19 questions
Q1
The SQL command to create a table is:
Answer: Option D
Q2
A ________ is a stored program that is attached to a table or a view.
Answer: Option C
Q3
The DROP TABLE statement:
Answer: Option B
Q4
SQL views can be used to hide:
Answer: Option C
Q5
The SQL statement to create a view is:
Answer: Option A
Q6
To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:
Answer: Option C
Q7
Which of the following is NOT a type of SQL constraint?
Answer: Option C
Q8
A ________ is a program that performs some common action on database data and that is stored in the database.
Answer: Option B
Q9
For what purposes are views used?
Answer: Option D
Q10
What is an SQL virtual table that is constructed from other tables?
Answer: Option B