How to insert a record with only default values?
This is a part of the INSERT
syntax
INSERT INTO TableName DEFAULT VALUES
Read more here:
https://docs.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql
You can use the DEFAULT
keyword.