What is an instance database?
No Answer is Posted For this Question
Be the First to Post Answer
what is the Foreign key? explain?
How would you find out the total number of rows in a db2 table?
Can one database have multiple instances?
Can we install 2 different versions of Db2 on same mainframe?
What is SPUFI?
Describe major components of db2?
Can we use select * statement in cobol program without giving field names ???
how to u check the query is executing or not ?where will u check for sqlcode ?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
select distinct(empid),distinct(dept),name from EMP will the above query work?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
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.