What is the output of the below queries: if table A is having 16 rows: select count() from A where 10=10; select count() from A having 10=10;
Reveal answer
Fill a bubble to check yourself
What is the output of the below queries: if table A is having 16 rows: select count() from A where 10=10; select count() from A having 10=10;