You are not logged in.
Pages:: 1
#1 2015-04-22 07:15:07
- alisiddiqui
- Administrator
- Registered: 2015-02-23
- Posts: 787
Most Economical Data Type:
Directions:
You have a column that will only contain values from 0 to 256.
Question:
What is the most economical data type to use for the column?
Option A):
INT
Option B):
DECIMAL(1)
Option C):
TINYINT
Option D):
SMALLINT
Correct Answer is Option D):
SMALLINT
Offline
2015-04-22 07:15:07
- Advertisement
- Ads By Google
Re: Most Economical Data Type:
\n
Pages:: 1