195k views
2 votes
What is a database query ?

User Kiksy
by
7.6k points

2 Answers

1 vote
request to access data from a database to manipulate it or retrieve it
User Govind Mantri
by
8.2k points
6 votes

Answer:

A database query is a request for data from a database. The request should come in a database table or a combination of tables using a code known as the query language. This way, the system can understand and process the query accordingly.

Step-by-step explanation:

User Vijay Hardaha
by
6.7k points