mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +02:00
chore: add resource under postgresql-dba:rdbms-concepts:object-model:tables
This commit is contained in:
@@ -73,3 +73,5 @@ DROP TABLE table_name;
|
|||||||
Be cautious when using this command, as there's no way to recover a table once it's dropped.
|
Be cautious when using this command, as there's no way to recover a table once it's dropped.
|
||||||
|
|
||||||
By understanding the basics of creating, modifying, and deleting tables in PostgreSQL, you now have a solid foundation to build your database and store data in a structured manner.
|
By understanding the basics of creating, modifying, and deleting tables in PostgreSQL, you now have a solid foundation to build your database and store data in a structured manner.
|
||||||
|
|
||||||
|
- [Table Basics](https://www.postgresql.org/docs/current/ddl-basics.html)
|
Reference in New Issue
Block a user