May 2020
Beginner
564 pages
14h 9m
English
To drop (delete) a table, you can execute the following query:
USE foraltering;DROP TABLE tableforaltering;
This query deletes not only all the data in the table but also the table structure.
Read now
Unlock full access