Question: PERSON ( FullName , Address, ZipCode, Occupation, Income) AREA( ZipCode , Population, AverageIncome) LOAN( FullName , BankName , AmountOfLoan) Express each of the following query
PERSON ( FullName, Address, ZipCode, Occupation, Income) AREA( ZipCode, Population, AverageIncome) LOAN( FullName, BankName, AmountOfLoan)
Express each of the following query by a SQL statement that uses a minimum number of tables and operations
a. The zipcodes which have population more than 100000 and average income less than 30000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
