Support our work with a |
Download this document along with the bingo materials: (Gzip File, 1.1 M) Objectives: Help participants understand that SQL is not really complicated, just precise, and that any search they perform in a database is really an SQL Query. Hopefully understanding how SQL works will help players create better database searches. Materials:
Overview: Start by explaining what SQL is and how it works; distribute data sheets (one of each to each participant) and one or two bingo cards to each participant. Read each queries and make sure everyone has enough time to understand the right answers. Ask someone to provide all the acceptable answers to each query before you go onto the next one. Hand out some SQL Cheat Sheets for future reference. Explaining SQL--a sample script ... The point is that SQL, or Structured Query Language (some people pronounce it sequel) is a pretty simple language, but your database can only do what it is told. When it seems to think for itself, that is because some human got in there and gave it ideas. When you are searching in any database, what you are really doing is filling out a form that the database application translates into some form of SQL and uses to query the underlying data of the database. If you have a command line interface to your database, you could just type in a query yourself. Here are the queries:
Query One: The "member_id" is the unique number that the database uses to tell Gilberto Mejia, the seventeen year youth activist, from Councilman Gilberto Mejia when you've got them both in your database. Query Two: Query Three: The "map" lets the database map one member to multiple committees, and vice versa. Let people puzzle this one out and answer each other. It only gets worse: Query Four: Sometimes you aren't sure who you are looking for and you need to eliminate some listings that you know aren't the right one: Query Five: And the last query:
By now someone should have called BINGO. If they didn't, you maybe goofed somewhere because one of the six card templates will always win. The game is rigged like that. SQL Bingo was originally created by Amanda Hickman & the LINC Project for the Progressive Technology Project's Community Organizing and Technology Institute (COaTI). It is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. |