which one of the following is not a type of query
Answers
Answer:
select,update,insert
Answer:
There are 5 kinds of queries in Access.
Explanation:
Select queries, Action queries, Parameter queries, Crosstab queries, and SQL queries are what they are called. select queries The simplest and most common type of query is the select one.
There will be many queries made, ranging in complexity from simple to difficult. Some of the more popular questions are
- Single-Table Select query
- Multiple-Table Select query
- Range query
- Complex query
- Totals query
- Action query
- Parameter query
- Crosstab query
The choose query
To restrict the number of rows that return the query's results, use the pick high statement.
For instance, we would use the following query if we just wanted to extract 2 entries from the table.
As a consequence, we may restrict the query's result set. We shall restrict the query's result set in the subsequent SQL instances.
Crosstabulation inquiry
During the crosstab inquiry, which is a particular kind of Totals query,
The whole row that appears in the grid designed for queries will always be in use. When using a crosstab query, the entire row won't be turned off.
Hence,
The design is not a query.
learn more
https://brainly.in/question/21587113
https://brainly.in/question/24958868
#SPJ3