Explain the use of the WHERE clause?
Answer / ms.stanley
WHERE is used to specify the SEARCH ARGUMENT Values in the
SQL Query to retrieve only selected Data from the DB2 Table
| Is This Answer Correct ? | 1 Yes | 0 No |
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
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.
What types of tables are there in the db2 database?
Define buffer pool.
Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?
List out the data types available.
What are the three types of page locks that can be held?
Suppose if I need to update a column, how you do that using cursor?
What is dbrm? What it contains?
What is a root page?
What is -904 sql code? How to resolve it?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example