Multiple Choice
Which type of view is created with the following command?
CREATE VIEW outstanding
AS SELECT customer#,order#,orderdate,shipdate
FROM orders
WHERE shipdate IS NULL
WITH CHECK OPTION;
A) complex
B) partial
C) simple
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q123: Views are database objects that store data.
Q124: DML operations are not allowed on a
Q125: Which SQL statement can be executed based
Q126: The subquery used to create a(n)_ view
Q127: A complex view cannot contain any group
Q128: Column aliases can be used in the
Q129: A(n)_ view only exists while the SELECT
Q131: Which of the following describes a subquery
Q132: What is the default mode for the
Q133: A(n)_ can be used to restrict a