Selecttitel, prijsfromgameSelect * fromgame whereprijs <40 andsysteem =“Nintendo DS”Updategame setprijs = prijs *1.25 whereid = 8Insert intogame (titel,prijs, systeem)values (“princeof persia”, 55,“nintendo”)Select * fromgame wheresysteem like“o%”3Select * fromgame whereprijs >40 andsysteem =“Nintendo”2Select *from gamewhere titellike “%o%”Updategame setprijs = 65where titel =“Call of Duty”Select *from gamewhereprijs > 40Update gameset prijs = 35where prijs>34 andprijs< 35Update gameset titel =”mariodeluxe” wheregame = “mario”Selectdistinctsysteemfrom gameInsert intogame (titel,prijs, systeem)values (“call ofduty”, 65.45,“playstation”)Insert intogame (titel,prijs, systeem)values (“go doit”, 10,“Playstation”Update gameset prijs = prijs+ 5 wheresysteem =“playstation”Update gameset systeem =“Nintendo DS”where systeem= “Nintendo”Selecttitel, prijsfromgameSelect * fromgame whereprijs <40 andsysteem =“Nintendo DS”Updategame setprijs = prijs *1.25 whereid = 8Insert intogame (titel,prijs, systeem)values (“princeof persia”, 55,“nintendo”)Select * fromgame wheresysteem like“o%”3Select * fromgame whereprijs >40 andsysteem =“Nintendo”2Select *from gamewhere titellike “%o%”Updategame setprijs = 65where titel =“Call of Duty”Select *from gamewhereprijs > 40Update gameset prijs = 35where prijs>34 andprijs< 35Update gameset titel =”mariodeluxe” wheregame = “mario”Selectdistinctsysteemfrom gameInsert intogame (titel,prijs, systeem)values (“call ofduty”, 65.45,“playstation”)Insert intogame (titel,prijs, systeem)values (“go doit”, 10,“Playstation”Update gameset prijs = prijs+ 5 wheresysteem =“playstation”Update gameset systeem =“Nintendo DS”where systeem= “Nintendo”

Untitled Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. Select titel, prijs from game
  2. Select * from game where prijs <40 and systeem = “Nintendo DS”
  3. Update game set prijs = prijs * 1.25 where id = 8
  4. Insert into game (titel, prijs, systeem) values (“prince of persia”, 55, “nintendo”)
  5. Select * from game where systeem like “o%”
  6. 3
  7. Select * from game where prijs >40 and systeem = “Nintendo”
  8. 2
  9. Select * from game where titel like “%o%”
  10. Update game set prijs = 65 where titel = “Call of Duty”
  11. Select * from game where prijs > 40
  12. Update game set prijs = 35 where prijs >34 and prijs< 35
  13. Update game set titel =”mario deluxe” where game = “mario”
  14. Select distinct systeem from game
  15. Insert into game (titel, prijs, systeem) values (“call of duty”, 65.45, “playstation”)
  16. Insert into game (titel, prijs, systeem) values (“go do it”, 10, “Playstation”
  17. Update game set prijs = prijs + 5 where systeem = “playstation”
  18. Update game set systeem = “Nintendo DS” where systeem = “Nintendo”