Multiple Choice
The following SQL2 command is executed: CREATE VIEW CUST_SD2 AS
SELECT * FROM CUSTOMER
WHERE Cregion = 'SD'
WITH CHECK OPTION
There is a request to execute the following SQL2 command:
UPDATE CUST_SD2
SET AGE = AGE +1,Cregion = 'LA' WHERE CNAME = 'BLACK'
Select the most appropriate statement:
A) After execution of this query, SELECT * from CUST_SD2 will show a value of 41 for BLACK
B) After execution of this query, SELECT * from CUSTOMER will show a value of 41 for BLACK
C) Both of the above
D) No update took place
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Views are the "building blocks" of both
Q14: Which of the following statements is not
Q15: In Access,a(n)_ query involves two tables,with one
Q16: A virtual table whose rows do not
Q17: Figuer:<br>CUSTOMER (primary key = CID)
Q19: Figuer:<br>CUSTOMER (primary key = CID)
Q20: Views that can be used only with
Q21: In a 1-M updatable query,update operations are
Q22: The innermost line in a report is
Q23: Figuer:<br>CUSTOMER (primary key = CID)<br>CNAME is