Multiple Choice
An example of a command you would use when making changes to a PRODUCT table is ____.
A) CHANGE PRODUCT
SET P_INDATE = '18-JAN-2004'
WHERE P_CODE = '13-Q2/P2';
B) ROLLBACK PRODUCT
SET P_INDATE = '18-JAN-2004'
WHERE P_CODE = '13-Q2/P2';
C) EDIT PRODUCT
SET P_INDATE = '18-JAN-2004'
WHERE P_CODE = '13-Q2/P2';
D) UPDATE PRODUCT
SET P_INDATE = '18-JAN-2004'
WHERE P_CODE = '13-Q2/P2';
Correct Answer:

Verified
Correct Answer:
Verified
Q1: _ words are words used by SQL
Q4: The _ clause of the GROUP BY
Q13: A(n) _ is a query that is
Q14: A(n) _ is an alternate name given
Q38: A table can be deleted from the
Q57: Which query uses the correct SQL syntax
Q58: The _ special operator is used to
Q65: The _ command is used to restore
Q66: SQL requires the use of the ADD
Q74: In Oracle,the command is used to change