1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

chore: add resource under postgresql-dba:rdbms-concepts:object-model:tables

This commit is contained in:
roadmap bot
2023-07-05 22:07:46 +01:00
parent 2c3bf1ebbc
commit 258f6cd0f0

View File

@@ -72,4 +72,6 @@ DROP TABLE table_name;
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)