1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

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

This commit is contained in:
roadmap bot
2023-07-05 22:07:27 +01:00
parent eefcc6866b
commit 1113b698be

View File

@@ -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.
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)