What is runstats and reorg in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
select distinct(empid),distinct(dept),name from EMP will the above query work?
How do I add 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 is read-only cursor?
What is the use of predicate?
what is a plan and how do you refer the plan in the program?
What is the use of with ur in db2?
what is rebinding ?
how we will do null data selection in cobol-db2 program
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?