Dropping a table

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. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.94.249