DROP TABLE table_name;
The SQL query to delete the entire table from the database along with all data rows stored in it.
0 Comments