Sort by

recency

|

388 Discussions

|

  • + 0 comments

    In this we have to query all the data of the table.

    SELECT * FROM CITY;

  • + 0 comments

    dont forget the ;

  • + 0 comments

    SELECT * FROM CITY;

  • + 0 comments

    SELECT * FROM CITY

  • + 0 comments

    "select * from city; "

    compiler showing error, what's the issue here