1 / 1
SQL Fundamentals
The SELECT Statement
Use SELECT to retrieve data from a database.
Code Example
code example
SELECT * FROM users;Try It Yourself
Interactive
editor
Edit the code above and paste it in a live environment (e.g. CodeSandbox, StackBlitz) to see it in action.