Computer Learning Tricks
Monday, May 29, 2017
How to remove more than one table in RDBMS
Syntax:
DROP TABLE table_name1, table_name2........table_nameN
Example:
DROP TABLE sales, supplier, Pepsi
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment