Advantages and Disadvantages of Cursor?
Answer Posted / karthikumar.r
advantage:we can do row vise validation.
disadvantage:performance is less
Is This Answer Correct ? | 103 Yes | 18 No |
Post New Answer View All Answers
What is the purpose of a table?
Do you know what is a with(nolock)?
What is instead of dml trigger?
What is GUID in sql server?
What is the difference between primary key and unique constraints?
Explain the difference between delete,drop and truncate in SQL Server?
what are constraints? : Sql server database administration
What is #table in sql server?
What is the difference between mysql and mysqli?
How can you insert values in multiple rows using one Insert statement?
How can delete duplicate records in cte in sql server?
Difference between Inner vs outer joins?
How does clustered and non clustered index work?
How to manipulate data from one table to another table ?
Is INSTEAD OF trigger directly applicable to Table ?