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?

Answers were Sorted based on User's Feedback



What is a view? is View updatable?..

Answer / rhys

A view is a "virtual" (isn't physically stored) table. It hides complex details (you can join multiple tables together), provides security/privacy (users can set which columns are available for different people) and it allows read-only access.

The view data dictionary will be updated along side the master data dictionary. For example, if I updated a client's name in the master table, the view would also be amended.

Is This Answer Correct ?    1 Yes 0 No

What is a view? is View updatable?..

Answer / subhash chandra

views snapsot of multiple table into one one vertual table.
views can be update,insert,delete,its effect base tables
depend upon..
if you update/insert when- base table is multiples/sigle
respectively

Is This Answer Correct ?    0 Yes 0 No

What is a view? is View updatable?..

Answer / waseem

a view is a virtual table based on the result-set of an SQL
statement.
The fields in a view are fields from one or more real tables
in the database.

You can add SQL functions, WHERE, and JOIN statements to a
view and present the data as if the data were coming from
one single table.
A view always shows up-to-date data! The database engine
recreates the data, using the view's SQL statement, every
time a user queries a view.

Is This Answer Correct ?    0 Yes 0 No

What is a view? is View updatable?..

Answer / vikash kr pandey

view is a virtual table , which provides to a subset of columns from one or more tables. in which doesn't have its own data.
yes view is updatbable in a single update statement

Is This Answer Correct ?    0 Yes 0 No

What is a view? is View updatable?..

Answer / fam

a view can be thought as either a store query or a virtual table,store query coz in db only select statement is store and virtual table coz it perfilter the underlying table.
it is updatable in case of simple view and it is non updatable in the case of complex view.

Is This Answer Correct ?    0 Yes 0 No

What is a view? is View updatable?..

Answer / sd

Views are virtual tables . Formed using queries.

View can / can not be updtaed/

Is This Answer Correct ?    11 Yes 12 No

What is a view? is View updatable?..

Answer / 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

More SQL Server Interview Questions

I am having table Title with TITLE id,Author ID, Publiser ID , table AUTHOR with Author ID, Author Name, table PUBLISER with Pub ID, Pub name Here hot to find out the publiser id who have relesed the books of patriticular author?

3 Answers  


what is the difference between delete,drop and truncate

2 Answers   Honeywell, Zomato,


What is openrowset sql server?

0 Answers  


Can a database be shrunk to 0 bytes, if not, why?

0 Answers  


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

0 Answers  


What are differences in between sql server 2012 and sql server 2016?

0 Answers  


What is 2nf in normalization?

0 Answers  


What is data mart? : sql server analysis services, ssas

0 Answers  


What is Left Outer Join?

2 Answers  


How many databases instances are there in sql server 2000?

0 Answers  


When I run the sql server 2000 setup, it just hangs. What do I do?

0 Answers  


Can truncate be rolled back?

0 Answers  


Categories