From 258f6cd0f0ba3f53f2ad8441fe8073d7c50a4d7b Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:07:46 +0100 Subject: [PATCH] chore: add resource under postgresql-dba:rdbms-concepts:object-model:tables --- .../content/102-rdbms-concepts/100-object-model/101-tables.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/101-tables.md b/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/101-tables.md index 67ff80488..2226c49b4 100644 --- a/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/101-tables.md +++ b/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/101-tables.md @@ -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. \ No newline at end of file +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) \ No newline at end of file