Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 20:49:19 +05:30
committed by GitHub
parent cbc214acb5
commit 0e5b373f3b
+4 -3
View File
@@ -343,9 +343,10 @@ Following are some of the most commonly used constraints available in SQL
SET column1 = value1, column2 = value2....columnN=valueN
[ WHERE CONDITION ];
SQL DELETE Statement
DELETE FROM table_name
WHERE {CONDITION};
### SQL DELETE Statement
DELETE FROM table_name
WHERE {CONDITION};
SQL CREATE DATABASE Statement
CREATE DATABASE database_name;
SQL DROP DATABASE Statement