Computer Science, asked by noreentrivedi2020, 5 hours ago

Why do we use query in a database? ​

Answers

Answered by jaineetpareek3
1

Answer:

Queries help you find and work with your data

A query can either be a request for data results from your database or for action on the data, or for both. A query can give you an answer to a simple question, perform calculations, combine data from different tables, add, change, or delete data from a database.

Answered by ameenakhatoon77218
1

Answer:

Queries. Queries can perform many different functions in a database. Their most common function is to retrieve specific data from the tables. The data you want to see is usually spread across several tables, and queries allow you to view it in a single datasheet.

Similar questions