Solved

Which Command Would Be Used to Delete the Table Row

Question 9

Multiple Choice

Which command would be used to delete the table row where the P_CODE is 'BRT-345'?


A) DELETE FROM      PRODUCT
WHERE                   P_CODE = 'BRT-345';
B) REMOVE FROM PRODUCT
WHERE P_CODE = 'BRT-345';
C) ERASE FROM        PRODUCT
WHERE                   P_CODE = 'BRT-345';
D) ROLLBACK FROM   PRODUCT
WHERE                      P_CODE = 'BRT-345';

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions