Header Ads Widget

Revising the select Query II

 Revising the select Query II :-

Query the NAME field for all American cities in the CITY table with populations larger than 120000. The CountryCode for America is USA.
The CITY table is described as follows:

CITY.jpg

 Revising the select Query II :-

 The objective of the code is Query the NAME field for all American cities in the CITY table with populations larger than 120000.

Mysql code:-


select name from city where countrycode="USA" and population>120000

Recommended Post :-

HCL Coding Questions:-

Capgemini Coding Questions:-

Companies interview:-

Full C course:-    

Key points:-

Cracking the coding interview:-

 Array and string:-

Tree and graph:-

Hackerearth Problems:-

Hackerrank Problems:-

Data structure:-

 MCQs:-