Which of the following is true about database queries?

A: Queries can only be used once and need to be recreated each time new data is entered.
B: Queries can use only data from one table at a time.
C: Queries are always saved and can therefore be run on the most up-to-date database information.
D: Queries consistently display the results from the first time it was run.

Respuesta :

Queries are always saved and can therefore be run on the most up-to-date database information.

Lanuel

A true statement about database queries is that: C. queries are always saved and can therefore be run on the most up-to-date database information.

What is query?

A query simply means a computational request for data that are saved in a database table, from existing queries, or by extension from a combination of both a database table and existing queries.

This ultimately implies that, a true statement about database queries is that they're always saved on a computer system, and can therefore, be run on the most up-to-date database information.

Read more on query here: https://brainly.com/question/25266787

#SPJ2