Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a view? is View updatable?

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


Please Help Members By Posting Answers For Below Questions

What happens if date-only values are provided as date and time literals?

1077


How network traffic be reduced by using the stored procedure?

1171


what is raid and what are different types of raid configurations? : Sql server database administration

1103


what are the three command line utilities and what are their primary functions?

153


What are trace flags and mention a few common trace flags used with sql server?

1137


What is dirty read?

1135


What are the main differences between #temp tables and @table variables and which one is preferred?

1134


What are the advantages of the mirroring?

1148


Write the SQL query to drop, truncate and delete table.

1027


Tell me about normalization in DBMS.

1061


What is the difference between Clustered and Non-Clustered Index?

1102


What is stored in the mssqlsystemresource database? : sql server database administration

1081


What is format parameter in ssrs?

150


Can you get second highest salary from the table?

1009


What happens if you delete a table that is used by a view?

1061