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...


Are views updatable ?

Answers were Sorted based on User's Feedback



Are views updatable ?..

Answer / sadiq afroze

Not all of them. Some views are updatable e.g. single table
view with all the fields or mandatory fields. Examples of
non-updatable views are views which are joins, views that
contain aggregate functions (such as MIN), and views that
have GROUP BY clause.

Is This Answer Correct ?    9 Yes 0 No

Are views updatable ?..

Answer / purushothr

some views are updatable

Is This Answer Correct ?    2 Yes 0 No

Are views updatable ?..

Answer / shankar

Yes but only for those views which are created with UPDATE
option.

Is This Answer Correct ?    5 Yes 4 No

Are views updatable ?..

Answer / guest

yes

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More DB2 Interview Questions

What's the difference between DB2 active log and archive log? Thanks a lot...

2 Answers   IBM,


What is a result table?

1 Answers  


How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?

2 Answers   IBM, Tech Mahindra,


quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th

5 Answers  


where will u check for sqlcode ?

2 Answers   TCS,


What is the cascade rule and how does it relate to deletions made with a subselect?

1 Answers  


When is the results table for the query in a DECLARE CURSOR statement created?

5 Answers  


what is a trigger and types of triggers

3 Answers   HSBC,


What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?

3 Answers   Tech Mahindra,


What does it mean if the null indicator has -1, 0, -2?

1 Answers  


Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.

1 Answers  


What is ibm db2 used for?

0 Answers  


Categories