hafijul233 / HackerRank

Solutions of Different Section Already Solved
GNU General Public License v3.0
7 stars 4 forks source link

Select All #10

Closed mah-shamim closed 1 year ago

mah-shamim commented 2 years ago

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

The CITY table is described as follows:

1449729804-f21d187d0f-CITY

mah-shamim commented 2 years ago

SELECT * FROM CITY;

hafijul233 commented 1 year ago

accepted