Answer Posted / gajanan.waghode
INSERT INTO table[(cloumn [,cloumn...])]
VALUES (value[,value...]);
with this syntax only one row is inserted at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find the sql server version?
What is a user-defined function in the sql server and what is its advantage?
Can we use where and having clause together?
What is a group function explain with an example?
What are the advantages of paper records?
What is the security principal at the server level that represents your session?
What is triggers and its types?
Why we need to use secondry database file? though, we can do same work using primary database file also.
Explain the first normal form(1nf)?
Explain Geography datatype in SQL Server
what are user defined datatypes? : Sql server database administration
What is the difference between varchar and nvarchar?
What is primary key and example?
What are sp_configure commands and set commands?
What is the difference function and stored procedure?