Delete a Table
The
purpose of a database is to save the data. So, when a Table is
deleted, the database asks if this is really something you want to
do.
4.
Try it: Delete a Table
Select a
Table: Copy of tblCustomers.
Right
click the Table: Copy of tblCustomers.
Click on
DELETE.
What Do
You See? You will be told that deleting this object will remove
it from the database...That means:
There is No UNDO!!.
Click
Yes. The Copy of tblCustomers Table will be permanently deleted
from the database.
Keep
going...