What is the difference between dbm cfg and db cfg file in db2 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a root page?
What is the latest version of ibm db2?
What are data types?
What is dbrm library?
can we view the access paths created by dbrm ? how ? thx
How do you stop a db2 database in linux?
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
What is the maximum size of a char data type in db2?
How do I delete a column in db2?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
Can we update view in db2?
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.