What SQL keyword is used to retrieve data from a database?
- FETCH
- FILTER
- SEARCH
- SELECT
The correct SQL keyword used to retrieve data from a database is SELECT. This keyword is followed by specific columns or a wildcard (*) to indicate all columns that should be retrieved from a table or tables in the database. Using SELECT is fundamental in SQL as it forms the basis of querying data from databases.
Loading...
Related Quiz
- The "I" in ACID properties ensures that database transactions maintain ___________.
- Inheritance in OOP allows a class to ___________ properties and behaviors of another class.
- Which sorting algorithm exhibits quadratic time complexity in the worst-case scenario?
- Which operation in strings is used to concatenate two strings?
- What is the purpose of the "Content-Type" header in RESTful API requests?