Learn Basic SQL using SQUID GAME

  • Reading time:2 mins read

1. SELECT Used to retrieve data from a table. Select * from World Where debt_ridden_people = 1 2. DELETE Used to delete data from a table. DELETE from Players where…