mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
chore: add resource under postgresql-dba:rdbms-concepts:object-model:tables
This commit is contained in:
@@ -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.
|
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