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

pull/4174/head
roadmap bot 1 year ago
parent eefcc6866b
commit 1113b698be
  1. 2
      src/data/roadmaps/postgresql-dba/content/102-rdbms-concepts/100-object-model/106-queries.md

@ -85,3 +85,5 @@ 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. 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)
Loading…
Cancel
Save