Update 101-alter-table.md (#5830)

pull/5833/head
Sauradip Ghosh 6 months ago committed by GitHub
parent a4000539f6
commit e765771500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/sql/content/102-ddl/101-alter-table.md

@ -71,5 +71,5 @@ To drop PRIMARY KEY:
```sql
ALTER TABLE table_name
DROP PRIMARY KEY;
```
In conclusion, `ALTER TABLE` in SQL lets you alter the structure of an existing table. This is a powerful command that lets you dynamically add, modify, and delete columns as well as the constraints placed on them. It ensures you are more flexible in dealing with changing data storage requirements.

Loading…
Cancel
Save