The command to remove rows from a table customer is _____.

By Priyanshu Vaish|Updated : June 24th, 2022

The command to remove rows from a table customer is _____.

  1. Delete from customer where
  2. Drop from customer
  3. Update from customer
  4. Truncate from customer

Answer: Option A. Delete from customer where

The command to remove rows from a table customer is Delete from customer where.

Solution

The command to remove rows from a table customer is Delete from customer where.

The SQL DROP TABLE statement is used to delete a table definition as well as all associated data, indexes, triggers, constraints, and permissions.

NOTE: When you use this command, be very careful because if a table is removed, all of the information in that table is permanently destroyed.

☛ Related Questions:

Comments

write a comment

Follow us for latest updates