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 is the purpose of the QUIESE Utility?
why we create view.
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is SPUFI?
How do I import data from excel to db2?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
Is it mandatory to use DCLGEN? If not, why would you use it at all?
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
What is dbrm in db2 database?
What is a Database Request Module(DBRM)?
Mention the definition of cobol in varchar field.