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:
@@ -773,4 +773,8 @@ The following guidelines indicate when the use of an index should be reconsidere
|
||||
|
||||
# SQL - TRUNCATE TABLE
|
||||
|
||||
- The SQL TRUNCATE TABLE command is used to delete complete data from an existing table.
|
||||
- You can also use DROP TABLE command to delete complete table but it would remove complete table structure form the database and you would need to re-create this table once again if you wish you store some data.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user