Write a query that will insert a row with the city New York, country USA, and population 8175133 into the table "cities".
The table has the following columns: city (VARCHAR(20)), country (VARCHAR(10)), and population (INT).
Write a query that will insert a row with the city New York, country USA, and population 8175133 into the table "cities".
The table has the following columns: city (VARCHAR(20)), country (VARCHAR(10)), and population (INT).
Create a free account to access the full topic