Answer Posted / gunjan sapra
View is a virtual table,created by users for their own
convienience.
views can be updated as required but the updated data will
not reflect in the base table, since view is the virtual
table not the original table.
so, if we want to update the table we have to update that
outside the view or directly but not using view.
if we update through view its temporary means just in the
view only but will not reflect in the base table.
| Is This Answer Correct ? | 6 Yes | 18 No |
Post New Answer View All Answers
How to filter records of table in SQL SERVER?
How is sql used in sql server?
Is sql server implemented as a service or an application? : Sql server database administration
Write a program to fetch first 10 records from a file?
How to execute a stored procedure in ms sql server?
What is a partition function in sql server?
What are filegroups in sql server?
What is report snapshot in ssrs?
What does the not null constraint do?
Does sql server 2016 have ssms?
What do you understand by the analysis services in sql server?
Explain various data region available in ssrs with their use?
How can I tell if sql server is 32 or 64 bit?
How many cores do I need for sql server 2016?
How to set database to be single_user in ms sql server?