Are views updatable ?
Answers were Sorted based on User's Feedback
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 |
Answer / shankar
Yes but only for those views which are created with UPDATE
option.
| Is This Answer Correct ? | 5 Yes | 4 No |
Explain what are the various isolation levels possible?
What is dclgen (declaration generator)?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
What is reorg and runstats in db2?
What DB2 Catalog column tell you when an index needs table reorganized ?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
Which component is responsible for db2 startup and shutdown?
could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
Explain correlated sub-queries.
What is clone table?