How to find the maximum value in a column in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
How does DB2 store NULL physically?
What else is there in the PLAN apart from the access path?
What is dbrm? What it contains? When it will be created?
What is the difference between plan and package in db2?
how to take the back up of the DB2 table.
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.
how to resolve -811
How do you check for a null value in a db2 column?
What DB2 Catalog column tell you when an index needs table reorganized ?
How to execute stored procedures?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
what is check point and restart Logic ? why do we go for that ??