

InterviewSolution
Saved Bookmarks
1. |
What is SQL query |
Answer» A query is an inquiry into the database using the SELECT statement.These statements give you filtered data according to your conditions and specifications indicating the fields, records and summaries which a user wants to fetch from a database. | |