How do I create a view in db2?
No Answer is Posted For this Question
Be the First to Post Answer
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 have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
what's the error code for Unique Index Violation?
What is access path in db2?
Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?
what is SMP/E? and what are the major steps of it? thanks...
What is precompiler in db2?
What is the difference between SYNONYM and ALIAS?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
What is a storage group (stogroup)?