Sort by

recency

|

395 Discussions

|

  • + 1 comment

    for the second task we shall write as follow select NAME from CITY WHERE COUNTRYCODE = 'USA' AND POPULATION> 120000

  • + 0 comments

    for the first task we shall write as follow select * from CITY WHERE COUNTRYCODE = 'USA' AND POPULATION> 100000

  • + 0 comments

    SELECT * FROM CITY;

  • + 0 comments

    Here is we need to learn first before sql about - DBMS Applications

  • + 0 comments

    SELECT *FROM CITY;