Multiple Choice
Based on the code above,delete any row in the OrderLine table in which the part number is BV06.
A) DELETE FROM OrderLine WHERE PartNum='BV06' ;
B) DELETE FROM OrderLine WHERE PartNum=BV06 ;
C) DELETE FROM OrderLine WHERE PartNum='BV06'
D) DELETE FROM OrderLine WHERE PartNum='BV6' ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: To qualify a field name,precede the name
Q14: When used after the word SELECT,the _
Q15: When you enter numbers in an SQL
Q19: In SQL,you join tables by entering the
Q20: In MySQL,you use the _ function to
Q21: When you use a name containing a
Q22: The _ clause can be used to
Q44: You can use the GROUP BY clause
Q63: By using the word _ in a
Q72: When you need to sort data on