Which SQL command is used to retrieve data from a database?
- EXTRACT
- FETCH
- GET
- SELECT
The SQL command used to retrieve data from a database is SELECT. It allows you to specify the columns you want to retrieve and the conditions for the data you're looking for.
Loading...
Related Quiz
- When would you use the Observer design pattern?
- You're tasked with designing a network topology for a large enterprise. How would you ensure efficient routing and switching to accommodate high traffic volume and ensure redundancy?
- What is the difference between == and === in JavaScript?
- Which data structure is best suited for implementing a stack?
- In merge sort, the merge operation combines two ___________ arrays into a single sorted array.