InterviewSolution
Saved Bookmarks
| 1. |
Define query in the context of database. |
|
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. |
|