What does DSNDB07 database do?
Answers were Sorted based on User's Feedback
Answer / s
DSNDB07 database is a work file database and is used by SQL
statements that require working storage like sorts.
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / kums
DSNDB07 may be used to perform sorting(order by clause).
| Is This Answer Correct ? | 13 Yes | 2 No |
What else is there in the PLAN apart from the access path?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
What are some characteristics of columns that benefit from indexes?
select distinct(empid),distinct(dept),name from EMP will the above query work?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
How does DB2 use multiple table indexes?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
How can deadlocks be resolved?
What is a root page?
Explain the function of data manager.
what is rebinding ?
What is the purpose of the WHENEVER statement?