Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

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:

Fetching all columns from a 'users' table: 'SELECT * FROM users;'
Is it helpful? Yes No

Most helpful rated by users:

©2026 WithoutBook