Q. abc in the following statement is ___________.
Code:
DELETE FROM xyz WHERE abc = 5;
β
Correct Answer: (B)
column name
DELETE FROM xyz WHERE abc = 5;
You must be Logged in to update hint/solution