what is the use of query
Answers
Answered by
8
✍A query is an inquiry into the database using the SELECT statement. A query is used toextract data from the database in a readable format according to the user's request. For instance, if you have an employee table, you might issue a SQL statement that returns the employee who is paid the most.
maitri64:
thanks for answering
Answered by
4
As name suggests query means a questions requesting for some information.
In database world we use this word a lot, when we have to fetch some information from database then we use query.
Similar questions