Which commonly used SQL statement is necessary to retrieve data from one or more tables in a database?
- TRUNCATE
- SELECT
- INSERT
- CREATE
Answers Explanation & Hints:
The SELECT statement is the most used SQL statement and is necessary when you need to retrieve data from one or more tables in a database. |