Question: For the following values, what data type would a variable need to be in order to hold it. Choose from: Integer, Decimal, Date/Time, Or String

For the following values, what data type would a variable need to be in order to hold it. Choose from: Integer, Decimal, Date/Time, Or String. Note that string should only be identified if the value cannot be stored in a variable of one of the other data types and decimal should only be identified if the value cannot be stored in an integer variable.

1.) 1000000 - Integer

2.) July 4, 1776 Date/Time

3.) Integer - String

4.) 1000000.01- Decimal

5.) asdf1234 - String

6.) 0.01 - Decimal

7.) 8:00 PM - String

8.) 1000000.00 - Integer

9) Ninety - String

Just checking to see if my answers are correct.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!