Consider the following database table named water\schemes : The number of tuples returned by the following SQL query is … with total(name, capacity) as select districtname, sum(capacity) from waterschemes group by districtname with totalavg(capacity) as select avg(capacity) from total select name from total, totalavg where total.capacity ≥ totalavg.capacity
Topic-wise GATE CS PYQs with verified steps

