Answer Posted / mahathi
insert into tablename (col1,col2,........) values
(val1,val2,........)
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What method is used by the Command classes to execute SQL statements that return single values?
What does <> symbol mean?
How can we delete Duplicate row in table?
How to truncate the log in sql server 2012? : sql server database administration
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
How to divide query output into multiple groups with the group by clause in ms sql server?
whats the maximum size of view state??
Does server sql treat char as a variable-length or fixed-length column?
How to convert binary strings into integers in ms sql server?
What number sorts of privileges are accessible in sql?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Explain indexed views and partitioned view with their syntax.
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
How to choose all records from the table?
How to find the service pack installed? : sql server database administration