Which data type should you use?

You are a database developer. You plan to design a database solution by using SQL Server 2008.
The database will contain a table to stage data from an external source. The imported data will contain a field named TransactionTime. The TransactionTime field will use the hh:mm:ss.[n] format (such as 12:55:30.1).
You need to select the appropriate data type for the TransactionTime field. You need to achieve this goal by incurring the minimum amount of storage cost.
Which data type should you use?
A. time
B. smalldatetime
C. datetime2
D. time(1)

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.