diff --git a/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/106-queries.md b/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/106-queries.md index 80f7dae80..9a0af4de5 100644 --- a/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/106-queries.md +++ b/src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/106-queries.md @@ -84,4 +84,6 @@ FROM users WHERE id IN (SELECT DISTINCT user_id FROM orders); ``` -There's much more to explore with various types of queries, but this foundational knowledge will serve as a solid basis for further learning and experimentation. \ No newline at end of file +There's much more to explore with various types of queries, but this foundational knowledge will serve as a solid basis for further learning and experimentation. + +- [Querying a Table](https://www.postgresql.org/docs/current/tutorial-select.html) \ No newline at end of file