What is the use of db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Resource Control Table(RCT)? Describe its characteristics.
What is cascading rollback?
what is the maximum number of tables that can be joined ?
How many buffer pools are available in db2?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
What information can you find in SYSIBM.SYSLINKS table?
How we create a tables in db2,what is the process/syntax to create a table with example plz?
What do you mean by NOT NULL? When will you use it?
How can you display the current date & current time ?
Define db2 and its databases?
What is the purpose of the DSNC transaction ?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.