Can you solve this sql query?
Say i have 4 tables
each table have two common attribute say name of city and population
I want to retrieve name of city with minimum population
can you find it?
each table have two common attribute say name of city and population
I want to retrieve name of city with minimum population
can you find it?
0