Question
Write the difference between WHERE and HAVING clause.
Where clause is used for selecting the rows based on the condition applied on rows. While HAVING clauses used to select the rows from the data given by group by clause in SQL.
Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.





For example:If the list PLACES contains [''DELHI'', ''LONDON'', ''PARIS'', ''NEW YORK'', ''DUBAI'']The following should get displayedLONDONNEW YORK