The data in a MySQL database are stored in tables. A table is a collection of related data, and it consists of columns and rows.
A query is a question or a request.
We can query a database for specific information and have a recordset returned.
Query is just like a Question.
A Query is an enquiry into the database using Select Statment.
Query is used to extract data from the database in a readable formate according to the user's request.