asked 37.0k views
3 votes
A search condition in the ________________ clause is applied before the rows are grouped while a search condition in the _________________ clause isn’t applied until after the grouping.

asked
User Klauskpm
by
8.4k points

1 Answer

3 votes

Answer:

C). WHERE, HAVING.

Step-by-step explanation:

As per the question,

'A search condition in the 'WHERE' clause is applied before the rows are grouped while a search condition in the 'HAVING' clause isn’t applied until after the grouping.

'WHERE' clause is employed to define a particular search condition that aids in filtering the rows that are an outcome of 'FROM' clause while 'HAVING' clause helps in filtering the records that lays emphasis on producing results of summarized groups. Thus, it cannot be applied until the results characterize the 'HAVING' criteria.

answered
User Aaron Voelker
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.