mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 14:03:55 +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
|
||||
DROP INDEX index_name;
|
||||
|
||||
SQL DESC Statement
|
||||
DESC table_name;
|
||||
### SQL DESC Statement
|
||||
DESC table_name;
|
||||
|
||||
SQL TRUNCATE TABLE Statement
|
||||
TRUNCATE TABLE table_name;
|
||||
SQL ALTER TABLE Statement
|
||||
|
||||
Reference in New Issue
Block a user