DB2 is a
A) data base/data communication system
B) data base
C) RDBMS
D) Programming language
Answers were Sorted based on User's Feedback
Answer / ankit
data base 2 is data base and data communication system
which help rdbms to specific operation on any database or
solve any queries.
| Is This Answer Correct ? | 2 Yes | 0 No |
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
Is db2 a mainframe database?
How many clustering indexes can be defined for a table?
How does one remove entries from the SCT02 table?
What is meant by the attachment facility?
What do you mean by between and in? Is between inclusive of specified range values?
How would you print the output of an SQL statement from SPUFI?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
How to resolve -504 sql code in DB2?
Define sqlca.
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What are union and union all?