Weather Observation Station 1

Sort by

recency

|

553 Discussions

|

  • + 0 comments

    For MySQL

    SELECT city, state FROM station;
    
  • + 0 comments

    -- MS SQL Server

    select CITY, STATE from STATION;

  • + 0 comments

    Correct Answer is for MYSQL= select city, state from station Note: Please remove 1st and 3rd line - "/* */ "

  • [deleted]
    + 0 comments

    For MySQL

    SELECT city, state FROM station;
    
  • + 0 comments

    SELECT CITY, STATE FROM STATION;