As part of a new enterprise project, you're designing a new table to store financial transactions. This table could eventually store millions of rows and so storage space is very important. One of the columns in the table will store either a 1 or 0 value. Which data type would be most appropriate?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 2259 | Points: 40
Select from following answers:
  1. bit
  2. tinyint
  3. numeric
  4. float
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response