Answer Posted / gyan singh
Unique Index Violation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
How can you classify the locks in db2?
What is the syntax for creating a table in the db2 database?
Why cursor is used in db2?
How to connect to db2 database from windows command line?
What is reorg?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is rebind in db2?
List out the three types of page locks that can be held.
What is the role of data manager in the db2 database?
What is the use of with ur in db2?
can we view the access paths created by dbrm ? how ? thx
What is the syntax for seeing the columns and data types of a table in the db2 database?
Are view updateable?