Introduction
Select queries let you get data from your database so your app can show or use it.
When you want to show a list of users on a page.
When you need to find a product by its ID.
When you want to get all posts written by a specific author.
When you want to filter data by some condition, like all orders above $100.