QUESTION 4 Which out of the following best represents the concept of a Query within a MSFT Access Database? OA, a question B. an idea O C. a requirement 0 D. none of the above
Expert Answer
Answer: 4 Option A: a question
A query is a question, which is expressed in a formal way. A database query is either a select query or an action query. A select query is a data retrieval query and a action query is ask for an addtional operations on the data such as inssertion, deletion, or updation.