Usage of aggregates in WHERE clause is disallowed.
Usage of aggregates in WHERE clause is disallowed. Correct Answer True
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