Answer:
A query in normal terms is a question, simple enough. It is the statement that is talking to the database in order to Create, Read, Update or Delete (CRUD) data. While many times a query is an actual question asking for an answer, it can also be the statement to modify, insert, or remove data in the database as well.
Previous Question | Next Question |
Tell us what is SQL Server Integration service and its importance? | Tell us what are the different types of Upgrades that can be performed in SQL Server? |