Which data types should you recommend for each column?

DRAG DROP
You have a SQL Azure database named Database1. You need to design the schema for a
tablenamed table1.
Table1 will have less than one million rows. Table1 will contain the following information
foreach 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 correctcolumn in the answer area.

DRAG DROP
You have a SQL Azure database named Database1. You need to design the schema for a
tablenamed table1.
Table1 will have less than one million rows. Table1 will contain the following information
foreach 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 correctcolumn in the answer area.

Answer:

Explanation:

http://msdn.microsoft.com/en-US/library/ms187752.aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *


dp

dp

Table1 will contain the following information for each row:

| ID | An incremental numeric value used to identify the row |
| Name | A string in English |
| Code | An alphanumeric code that has five characters |
| ModifiedDate | The date of the last modification |