Explain how can you do the explain of a dynamic sql statement?
No Answer is Posted For this Question
Be the First to Post Answer
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
What are the three lock types?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What are common abends
Explain what a plan is?
How will you delete duplicate records from a table?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
Which one allows duplicate values Union or Union All ?
What is a LIKE table and how is it created?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
Can a Db2 table data be retrived through JCL?