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:
@@ -325,8 +325,9 @@ Following are some of the most commonly used constraints available in SQL −
|
||||
### SQL DESC Statement
|
||||
DESC table_name;
|
||||
|
||||
SQL TRUNCATE TABLE Statement
|
||||
TRUNCATE TABLE table_name;
|
||||
### SQL TRUNCATE TABLE Statement
|
||||
TRUNCATE TABLE table_name;
|
||||
|
||||
SQL ALTER TABLE Statement
|
||||
ALTER TABLE table_name {ADD|DROP|MODIFY} column_name {data_ype};
|
||||
SQL ALTER TABLE Statement (Rename)
|
||||
|
||||
Reference in New Issue
Block a user