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 does this statement do @@rowcount?

1012


Find columns used in stored procedure?

1033


What is the openxml statement in sql server?

1115


Where is my database stored on the hard disk in ms sql server?

1106


What stored by the tempdb ? : sql server database administration

1095


What are the disadvantages of indexes?

1151


Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

949


What is the difference between a primary key and a unique key? Are they the same?

1119


Explain trigger and trigger types?

1032


Write a SQL command to insert and update only a particular field?

1185


what type of index will get created after executing the above statement? : Sql server database administration

1023


What is the difference between varchar and varchar(max) datatypes?

1130


What is the sql case statement used for? Explain with an example?

1037


Can we call future method from trigger?

999


What is bulkcopy in sql?

992