What is dclgen (declaration generator)?
No Answer is Posted For this Question
Be the First to Post Answer
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
How do you insert a record with a nullable column?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
Define check constraint.
what is copy pending and check pending ?
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
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 do you find the maximum value in a column in db2?
Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
What does it mean if the null indicator has -1, 0, -2?
What is a db2 collection?
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?