Teaching Teen-Aged Girls T-SQL
Yes, you read that right. Here’s what we use (and it works!) – “Query to find ‘hot’ boys”. We created and ran this class last year (at DigiGirlz) and we wanted to share it with you.
Teach a teen-aged girl to code!
All the setup instructions, code and answers are published on CodePlex – here.
Here’s the powerpoint.
Dating Game - T-SQL for High School Girls
View more presentations from Lynn Langit.
You can run this class via a local SQL Server install, or using SQL Azure. Here’s a sample screen using the SQL Web Portal client.
Llewellyn and I will be teaching this class at BarCamp San Diego, Saturday January 15 – join us.
Thanks to Kim Schmidt for the original inspiration for this class as well. If you run this class locally, let us know how it goes.
Happy coding.
Comments
- Anonymous
January 06, 2011
SELECT TOP 1 Boys.* WHERE first_name = "justin" AND last_name = "bieber"