Multiple Choice
Which type of view is created from the following SQL statement?
CREATE VIEW balancedue
AS SELECT customer#,order#,SUM(quantity*retail) amtdue
FROM customers NATURAL JOIN orders NATURAL JOIN
Orderitems NATURAL JOIN books
GROUP BY customer#,order#;
A) simple
B) complex
C) inline
D) partial
Correct Answer:

Verified
Correct Answer:
Verified
Q25: The _ command can be used to
Q26: If you want to create a view
Q27: When a view includes columns from more
Q28: <u>DML</u> operations cannot be performed on non
Q29: A(n)<u>view</u> is a database object,but it does
Q31: Rows can be deleted through a simple
Q32: Which of the following types of views
Q33: Which of the following statements is incorrect?<br>A)
Q34: A(n)_ table is the table that contains
Q35: <u>Rows</u> cannot be deleted from a table