Database - SQL for Database Construction

Exercise : SQL for Database Construction - True or False
1.
The SQL statement used to create a view is CREATE VIEW.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
The SQL MAKE TABLE command is used to construct tables, define columns, define column constraints and create relationships.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
SQL has a JOIN ON syntax that can be used to create inner joins and outer joins.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
The SQL CHECK constraint is fully defined by the SQL-92 standard, and is consistently implemented by all DBMS vendors.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.