sql insert record with null values

Solutions on MaxInterview for sql insert record with null values 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
  
showing results for - "sql insert record with null values"
Roberto
31 Jun 2018
1INSERT INTO agents
2VALUES ("A001","Jodi","London",.12,NULL);
3