Suppose we have a table whose structure is given below Create table addcounter( counterid int identity(1,1) ) Now how can we insert values in the table?
By using the following Insert Statement
INSERT INTO addcounter DEFAULT VALUES;
Read More..   [32134 clicks]
Published under: SQL Server Interview Questions · · · ·