Why Timestamp type is not nullable in SQL Server? -


i have used following command..

select *  sys.types  is_user_defined = 0 

here timestamp datatype not nullable. googled , not satisfied why is?

is possible conditionally avoid timestamp column updatation..........


Comments