What is temporal data type?



What is temporal data type?..

Answer / Vineeta

In SQL Server, temporal data types (such as DATE, TIME, and DATETIME) are special data types that automatically track the history of the data over time. This allows for easy manipulation of historical data and auditing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is query optimization process?

1 Answers  


What are the steps you will take to improve the performance of a poor performing query?

1 Answers  


Can we perform backup restore operation on tempdb?

1 Answers  


How to find the service pack installed? : sql server database administration

1 Answers  


What is sql service broker?

1 Answers  


Explain syntax for dropping triggers?

1 Answers  


Do you know what is difference between index seek vs. Index scan?

1 Answers  


Do you know hot add cpu in sql server 2008?

1 Answers  


What are trace flags?

1 Answers  


How to Display, Amount of Disk Activity Generated by Transact-SQL Statements?

1 Answers  


How to read 2nd highest sal from EMP table?

5 Answers   IBM, TCS,


How to remove duplicate rows from table except one?

0 Answers  


Categories