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 SQL DELETE Query is used to delete the existing records from a table. You can use WHERE clause with the DELETE query to delete selected rows.
মোঃ আরিফুল ইসলাম
Feb 20, 2025