How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / vinodh kumar
if you are inserting values from another table. then you can use this.
insert into table name
select <columns> from <table1>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Define property in c#.net?
Is string nullable c#?
Differentiate between copy and default constructor.
What is the purpose of a namespace?
Explain streamreader/streamwriter class?
Explain the three test cases in unit testing?
What is an object and a class?
What is datacontract in c#?
Explain the process of Serialization?
Can class be protected in c#?
Is exe is machine dependent?
Define collections?
What is an assembly in dotnet?
What is string literal in c#?
Which types of inheritances does c# support?