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 / bindu
Both Cursors and Views doesn't store data , so their is no chance to affect the DB.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What xml support does the sql server extend?
What is rank function?
What is the default fill factor value?
Please illustrate physical database architecture? : SQL Server Architecture
What is the difference between insensitive and scroll cursor?
How does normalization work?
What is collation?
How do we know if any query is retrieving a large amount of data or very little data?
Do you know what is blocking?
What is normalization and denormalization in sql server?
What is the correct order of the logical query processing phases?
How to rename an existing column with sql server management studio?
What is a result set object returned by mssql_query()?
How many types of built in functions are there in sql server 2012?
what is the difference between openrowset and openquery?