Database - SQL for Database Construction

Exercise : SQL for Database Construction - True or False
16.
A SQL view is a virtual table that is constructed from other tables or views.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
There are three SQL data modification operations: insert, modify and delete.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
SQL statements can be embedded in triggers, stored procedures, and program code.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
A view that contains a computed column can be easily updated.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
Three types of triggers are: BEFORE, AFTER and EXCEPTION.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.