You have a SQL Azure database named Database1.
You need to design the schema for a table named table1. Table1 will have less than one
million rows. Table1 will contain the following information for each row:
The solution must minimize the amount of space used to store each row.
Which data types should you recommend for each column?
To answer, drag the appropriate data type to the correct column in the answer area.
Explanation:
Reference:
http://msdn.microsoft.com/en-US/library/ms187752.aspx
Int
Varchar
Char
Date
Int
Varchar
Char
Date
why not smalldatetime?
the date of the last modification. no need to specifiy seconds.
Date – 3bytes fixed
smalldatetime 4bytes fixed