Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 20:47:58 +05:30
committed by GitHub
parent 3d947be2e1
commit 53c54ab99e
+2 -1
View File
@@ -325,8 +325,9 @@ Following are some of the most commonly used constraints available in SQL
### SQL DESC Statement ### SQL DESC Statement
DESC table_name; DESC table_name;
SQL TRUNCATE TABLE Statement ### SQL TRUNCATE TABLE Statement
TRUNCATE TABLE table_name; TRUNCATE TABLE table_name;
SQL ALTER TABLE Statement SQL ALTER TABLE Statement
ALTER TABLE table_name {ADD|DROP|MODIFY} column_name {data_ype}; ALTER TABLE table_name {ADD|DROP|MODIFY} column_name {data_ype};
SQL ALTER TABLE Statement (Rename) SQL ALTER TABLE Statement (Rename)