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
How can I create a new template for import ? : sql server management studio
Is null in sql server?
How to drop existing indexes in ms sql server?
Tell me about builtinadministrator?
What are pessimistic lock and optimistic lock?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
How to override dml statements with triggers?
Explain what is the purpose of sql profiler in sql server?
What is cursors? And what are the different types of cursor?
What is sparse columns of sql server 2008?
Explain ms sql server reporting services vs crystal reports?
Define self join?
How to find the service pack installed? : sql server database administration
What is model database in sql server?
State the difference between local and global temporary tables?