mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -350,8 +350,9 @@ Following are some of the most commonly used constraints available in SQL −
|
||||
### SQL CREATE DATABASE Statement
|
||||
CREATE DATABASE database_name;
|
||||
|
||||
SQL DROP DATABASE Statement
|
||||
DROP DATABASE database_name;
|
||||
### SQL DROP DATABASE Statement
|
||||
DROP DATABASE database_name;
|
||||
|
||||
SQL USE Statement
|
||||
USE database_name;
|
||||
SQL COMMIT Statement
|
||||
|
||||
Reference in New Issue
Block a user