Computer Learning Tricks
Monday, May 29, 2017
How to remove multiple database at a time from RDBMS
Syntax:
DROP DATABASE database_name1, database_name2, database_name3
Example:
DROP DATABASE sales, employee, Pepsi
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment