Multiple Choice
An example of a command a user 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
Q17: To list the contents of a table,you
Q18: Entity integrity is enforced automatically when the
Q19: The SQL aggregate function that gives the
Q20: Which of the following queries will list
Q23: The query to join the P_DESCRIPT and
Q24: A(n)is a query that is embedded inside
Q25: The command would be used to delete
Q26: The command is used to restore the
Q27: Mathematical operators cannot be used to place
Q53: The special operator used to check whether