This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

SQL Data Types Baseball

| See more in Information Technology

In this activity, you'll learn how to assign the correct data type to the the listed data element. Let's play ball!

JamieChavez
Created Date 09.04.15
Last Updated 09.04.15
Viewed 95 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

Would you like to build your own game?

It's easy!

Go to the GameBuilder and get started!

Topics of this game:
  • A customer orders baseball tickets online. What data type should be used to store the customer name?
  • The baseball schedule reserves a time and date for the sporting event. What data type should be used to store the time and date?
  • The baseball roster has just arrived. What data type should be used to store the roster?
  • Online baseball ticket sales are coming in at a rapid pace but tickets are limited. What data type should be used to capture the date and time of each order?
  • The cost of the baseball ticket is $60.00. What data type should be used to store the ticket price?
  • The baseball game needs to be flagged for rescheduling. What data type should be used to store yes and no?
  • Every day the ticket system's data is imported. What data type should be used to store hierarchical data?
  • Every ticket needs an ID to track sales. What data type should be used to store a sequential ID?
  • The paper wants to write an article about the baseball team. What data type should be used to store this article?
  • The measurements of the baseball field are exact. What data type should be used to store measurements?
  • Each player has a favorite bat because of the precise weight. What data type should be used to store the weight of the bat?
  • Each player has a jersey number. What data type should be used to store this number?