1. <p>Which SQL keyword is used to retrieve data from a table?</p>
- GET
- FETCH
- SELECT
- READ
Hint: <p><strong>SELECT</strong> is the SQL keyword used to query and retrieve data from one or more tables. It is the most commonly used SQL statement and forms the foundation of every read query.</p>