DROP
--=========================================[DROP]=======================================================================
--To delete the entire table with the date, Drop is used.
--NOTE: here employee table is referenced by foreign key of department table
--so, we need to drop department table first or drop Fkey first then drop employee table.
DROP TABLE department
DROP TABLE employee
No comments:
Post a Comment