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:
@@ -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)
|
Reference in New Issue
Block a user