Does \"group by\" clause automatically guarantee that the results will be ordered by that key? In other words, is it enough to write:
select * from table group
It depends on the number of records. When the records are less, Group by sorted automatically. When the records are more(more than 15) it required adding Order by clause