1.what is the difference between view and cursor?
2.If we do any change in view will it affect the
database,similarly when we do changes in cursor will it
affect the databse?with certain example?Thanks
Answer Posted / avinash
Change in view would not reflect chg in db but in cursor it
would.
| Is This Answer Correct ? | 5 Yes | 32 No |
Post New Answer View All Answers
Can I disable or restrict ssrs export formats (rendering formats)?
ow to bring suspect mode datbase online from scratch
What does COMMIT command do?
What samples and sample databases are provided by microsoft?
Difference between DELETE and TRUNCATE?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
How to create an index on an existing table in ms sql server?
Determine when to use stored procedure to complete sql server tasks?
How do I edit a stored procedure in sql server?
Differentiate between delete and truncate.
How to create a simple stored procedure in ms sql server?
How sql server executes a statement with nested subqueries?
How to compare the top two records using sql?
What is filestream?
Is it possible to update the views? If yes, how, if not, why?