273.
                                Which clause specifies the condition for a group or an aggregate
                                
                                    View Description
                                    
                                        
                                    
                                
                                
                                    
                            
                        Having - Specifies a search condition for a group or an aggregate. HAVING can be used only with the SELECT statement. HAVING is typically used in a GROUP BY clause. When GROUP BY is not used, HAVING behaves like a WHERE clause