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

Untitled Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. 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
N
2
B
3
B
4
G
5
I
6
B
7
B
8
I
9
I
10
I
11
G
12
G
13
B
14
N
15
N
16
G
17
N
18
I
  1. N-Select distinct systeem from game
  2. B-Select * from game where prijs >40 and systeem = “Nintendo”
  3. B-Insert into game (titel, prijs, systeem) values (“prince of persia”, 55, “nintendo”)
  4. G-2
  5. I-Update game set prijs = 35 where prijs >34 and prijs< 35
  6. B-Insert into game (titel, prijs, systeem) values (“call of duty”, 65.45, “playstation”)
  7. B-Insert into game (titel, prijs, systeem) values (“go do it”, 10, “Playstation”
  8. I-3
  9. I-Update game set titel =”mario deluxe” where game = “mario”
  10. I-Select titel, prijs from game
  11. G-Select * from game where systeem like “o%”
  12. G-Select * from game where prijs <40 and systeem = “Nintendo DS”
  13. B-Update game set systeem = “Nintendo DS” where systeem = “Nintendo”
  14. N-Update game set prijs = prijs + 5 where systeem = “playstation”
  15. N-Update game set prijs = 65 where titel = “Call of Duty”
  16. G-Select * from game where prijs > 40
  17. N-Select * from game where titel like “%o%”
  18. I-Update game set prijs = prijs * 1.25 where id = 8