The command to remove rows from a table 'CUSTOMER' is:
The command to remove rows from a table 'CUSTOMER' is: Correct Answer DELETE FROM CUSTOMER WHERE ...
The command to remove rows from a table in SQL is DELETE FROM CUSTOMER WHERE .... Option D is the correct choice for deleting rows from the 'CUSTOMER' table based on specific conditions specified in the WHERE clause. Options A, B, and C do not represent the standard SQL syntax for removing rows.
মোঃ আরিফুল ইসলাম
Feb 20, 2025