SQL-hackerrank-problems/basic-select.md at master · chhayac/...
Solution SELECT*FROMCITY; ###Select by ID Query all columns for a city in CITY with the ID 1661. Input Format The CITY table is described as follows: FieldType IDNUMBER NAMEVARCHAR2(17) COUNTRY CODEVARCHAR2(3) DISTRICTVARCHAR2(20) ...