Explain about mirror activator disk mirroring?
No Answer is Posted For this Question
Be the First to Post Answer
can all users have the privilage to use the sql statement select * (dml)?
What is REORG? When is it used?
Can one database have multiple instances?
What information can you find in SYSIBM.SYSLINKS table?
When is the results table for the query in a DECLARE CURSOR statement created?
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
What is reorg in database?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What statistic will tell the DBA how must space can be reclaimed from dropped table spaces on the next reorg run?
Explain the function of data manager.
Which catalog table stores referential constraints?
My sql statement select avg(salary) from emp yields inaccurate results. Why?