mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-05-01 06:23:54 +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
|
### SQL CREATE DATABASE Statement
|
||||||
CREATE DATABASE database_name;
|
CREATE DATABASE database_name;
|
||||||
|
|
||||||
SQL DROP DATABASE Statement
|
### SQL DROP DATABASE Statement
|
||||||
DROP DATABASE database_name;
|
DROP DATABASE database_name;
|
||||||
|
|
||||||
SQL USE Statement
|
SQL USE Statement
|
||||||
USE database_name;
|
USE database_name;
|
||||||
SQL COMMIT Statement
|
SQL COMMIT Statement
|
||||||
|
|||||||
Reference in New Issue
Block a user