InterviewSolution
Saved Bookmarks
| 1. |
Queries are made on ............ |
| Answer» QUERY languages are used to make queries in a DATABASE, and Microsoft Structured Query Language (SQL) is the standard. ... In a relational database, which CONTAINS records or rows of information, the SQL SELECT statement query allows the user to choose data and RETURN it from the database to an application. | |