Database - SQL for Database Construction

Exercise : SQL for Database Construction - True or False
11.
When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Views can be used to show the results of computed columns.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
A benefit of using a stored procedure is that it can be distributed to client computers.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
A trigger is a stored program that is attached to a database.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
A stored procedure is a program that performs some common action on database data and is stored in the database.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.