Monday, May 29, 2017

How to remove table in RDBMS

Syntax:
DROP TABLE table_name[,....n]

Example:

DROP Table sales

No comments:

Post a Comment