SQL/MySQL

[MySQL/HackerRank] Select All

NLP Developer 2023. 8. 12. 16:42
728x90
반응형

https://www.hackerrank.com/challenges/select-all-sql/problem?isFullScreen=true

 

Select All | HackerRank

Query all columns for every row in a table.

www.hackerrank.com

문제

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

The CITY table is described as follows:

Code

SELECT *
FROM CITY
728x90
반응형