sql create table with datetime automatically

Solutions on MaxInterview for sql create table with datetime automatically by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "sql create table with datetime automatically"
Fynn
01 Jun 2018
1CREATE TABLE myTable ( col1 int, createdDate datetime DEFAULT(getdate()), updatedDate datetime DEFAULT(getdate()) )