Computer Science, asked by Dedipya1, 1 year ago

difference between simple query and parameterized query?

Answers

Answered by ashutosh777
4
Answer:

A simple query is the most common type of query. It retrieves data from one or more tables and displays the results in a datasheet where you can update the records (with some restrictions). You can also use a select query to group records and calculate sums, counts, averages, and other types of totals.

A parameter query is a query that when run displays its own dialog box prompting you for information, such as criteria for retrieving records or a value you want to insert in a field. You can design the query to prompt you for more than one piece of information; for example, you can design it to prompt you for two dates. Microsoft Access can then retrieve all records that fall between those two dates.

Dedipya1: i think it should be simple query instead of select query in first line
Dedipya1: okk
Similar questions