Interview Questions

What is the timestamp datatype used for?

Microsoft SQL Server FAQs


(Continued from previous question...)

What is the timestamp datatype used for?

Answer: This is a binary number that uniquely marks a row in a database.

Explanation: The timestamp datatype is an automatically generated binary number that is unique within a database. It is used to version stamp rows for changes.

(Continued on next question...)

Other Interview Questions