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:
@@ -322,8 +322,9 @@ Following are some of the most commonly used constraints available in SQL −
|
|||||||
ALTER TABLE table_name
|
ALTER TABLE table_name
|
||||||
DROP INDEX index_name;
|
DROP INDEX index_name;
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user