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 / shaik
There is no affect in DB while changing in both casess.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
Some queries related to SQL
Where the sql logs gets stored?
What is explicit mode in sql server?
What is dbcc?
What are triggers in ms sql server?
What do you mean by a dependent functionality in a build?
What are the disadvantages of primary key and foreign key in SQL?
How to create a ddl trigger using "create trigger" statements?
What is normalization 1nf 2nf 3nf?
What does top operator do?
Data table as parameter in sql server?
What is the difference between Stored Procedures and triggers?
How to add a new dsn with the odbc driver for sql server?
What are the basic features of a trigger in ms sql server?
How do you create a clustered index?