Give a brief description of db2 isolation levels?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by concurrency?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
how can u nderstand the sql stmts executed successfully or not ?
How do you do the EXPLAIN of a dynamic SQL statement?
Compare a subselect to a join?
What is package in cobol db2?
How to define the data items to receive the fetch items for the SQL?
What is the role of schema in the db2 database?
wht displays the number of times a query modified ?
what is copy pending and check pending ?
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
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?