What is catalog database in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How to retrieve rows from a db2 table in embedded sql?
What is difference between *omit and *nopass?
what is plan? is plan executable or package?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
What is dbrm? When it will be created?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is concurrency?
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 do you need to do before you do EXPLAIN?
What keyword does an SQL SELECT statement use for a string search?
What is a collection in db2?
Is it possible using max on a char column?