Question: Question 6 1 pts Which command would be used to delete the table row where the P_CODE is 'BRT-345'? DELETE FROM PRODUCT WHERE P_CODE =

Question 6 1 pts Which command would be used to delete the table row where the P_CODE is 'BRT-345'? DELETE FROM PRODUCT WHERE P_CODE = 'BRT-345'; REMOVE FROM PRODUCT WHERE P_CODE = 'BRT-345'; DROP FROM PRODUCT WHERE P_CODE = 'BRT-345'; DELETE ROW FROM PRODUCT WHERE P_CODE = 'BRT-345
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
