If I have a view which is a join of two or more tables, can this view be updateable?
No Answer is Posted For this Question
Be the First to Post Answer
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What is PRIME TABLE and what are the uses of it
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
How to restart a DB2 program?
What is ibm db2 database?
What is database reorganization?
What is a LIKE table and how is it created?
Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?
What is a DBRM, PLAN ?
what is the Foreign key? explain?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.