Question: What is the purpose of the 'SELECT' statement in SQL?Answer: The 'SELECT' statement retrieves data from one or more tables in a database and allows for filtering, sorting, and grouping of the results.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the difference between a stack and a queue?
- What is the purpose of an index in a database?
- What is the purpose of the \'git\' version control system?