Select from following answers:- Insert into OnlyIdentity values (DEFAULT)
- Insert into OnlyIdentity DEFAULT VALUES

- Insert into OnlyIdentity DEFAULT
- Insert into OnlyIdentity values (1)
- All Above
In practical these kind of tables will not come. But for improving our skills we need to know. We need to use DEFAULT VALUES keyword to insert the value. Since it is the identity columm we can't insert manually as in option 4. Option 1 and option 3 are wrong synatx.
Show Correct Answer
Asked In: NIIT interview |
Alert Moderator