InterviewSolution
Saved Bookmarks
| 1. |
What is query in DBMS????????? |
|
Answer» Query is the tabular representation of data extracted from one or more tables based on some criteria and condition Thanx?? A query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) |
|