Computer Learning Tricks
Monday, May 29, 2017
How to remove database in RDBMS
We can remove a database in RDBMS by using the DROP command, We can remove single or multiple database at a single time;
Removing single database:
Syntax:
DROP DATABASE database_name
Example:
DROP DATABASE sales
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment