Usage of aggregates in WHERE clause is allowed.
Usage of aggregates in WHERE clause is allowed. Correct Answer False
The usage of aggregates inside ‘WHERE’ clauses is not allowed. For example, the following statement will not work : ‘SELECT * FROM my_table WHERE attribute_name = MAX(attribute_name)’, because the MAX value is not known yet.
মোঃ আরিফুল ইসলাম
Feb 20, 2025