adspace
What is difference between createstatement and preparedstatement?
Answer Posted / Jyoti Shukla
CreateStatement is a method used to compile SQL statements into PreparedStatements. PreparedStatements are precompiled and optimized, while CreateStatement generates a new Statement object each time it's called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Equi join and non equi join is possible with sql server?
How to provide default values to function parameters?
What is in place upgrade in sql server?
what is spatial nonclustered index
Explain “row_number()” in sql server with an example?
When should you use an instead of trigger?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is an indexed view?
Can sql servers link to other servers like oracle?
What is the difference between for xml raw and for xml auto?
Does view occupy space?
What is temporary table in sql server? Why we use temp table?
How can you append an identity column to a temporary table?
How do I find query history in sql server?