Question
Easy

The query that is used to summarize the data from various tables is called as:

1
SQL query
2
Join query
3
Selection query
4
Crosstab query
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option D
Explanation

The correct option is (4): The correct term for a query used to summarize data from various tables, particularly by calculating aggregate values and displaying them in a matrix format, is a Crosstab query. This query type is a powerful analytical tool, transforming data by rotating the result set's row values into column headings. It allows you to compute and display sums, averages, or counts for data grouped by two…Read More

The query that is - HTET Level 3 | Clear Cutoff