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:
@@ -347,8 +347,9 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
DELETE FROM table_name
|
DELETE FROM table_name
|
||||||
WHERE {CONDITION};
|
WHERE {CONDITION};
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user