what are different types of queries ? Name some summary function and their usage .how is detailed query different from a summary query?
Answers
Answered by
51
Select queries that display individual records are called detail queries; those that summarize records are called Summary or Totals queries. Summary functions produce a summary of all records in the found set, or subsummary values for records in different groups.
Similar questions