Question
Easy
Which of the following is true about the HAVING clause ?
1
Similar to the WHERE clause but is used for columns rather than groups.
2
Similar to WHERE clause but is used for rows rather than columns.
3
Similar to WHERE clause but is used for groups rather than rows.
4
Acts exactly like a WHERE clause.
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option C
Explanation
The correct option is (3): The HAVING clause is a crucial component of Structured Query Language (SQL) used in conjunction with the GROUP BY clause. While the WHERE clause filters individual data records (or rows) before any grouping or aggregation takes place, the HAVING clause is specifically designed to filter the summary output or groups that are produced after the GROUP BY clause has executed and aggregate functions (like SUM,…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Which is not the right approach of incremental testing approach?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2021
Which is the step in waterfall model that involves a meeting with the customer to understand the requirements ?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 3
Easy
Source :
HTET 2021
Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2021
Which of the following testing is also known as white-box testing?
Chapter :
Software Engineering & Problem Solving
Topic :
Software Testing