Select All

BASIC SELECT

Question Link

Query all columns (attributes) for every row in the CITY table.

Answer
SELECT * FROM city;

Last updated