Skip to content
DB2 Interview Questions
- What is DCLGEN?
- What is a DB2 plan?
- At what stage db2 must be up?
- What is COPY PENDING status?
- How to increase table space in DB2?
- What is performance tuning in DB2?
- What are the various locks available?
- How to know other person job status?
- How do you select a row using indexes?
- What are the 2 sqlcodes that are returned?
- How does Db2 use multiple table indexes?
- How is a typical DB2 batch pgm executed?
- When you will use cursor with hold option?
- How do we unload the DB2 tables using JCL?
- What happens when you say OPEN CURSOR?
- What are the various locking levels available?
- What are the isolation levels available in DB2?
- What is stored in tables under creator SYSIBM?
- What are the disadvantages of PAGE level lock?
- How does DB2 determine what lock-size to use?
- What is severity one error in production support?
- What is diff b/w check pending and copy pending?
- How do you insert a record with a null able column?
- What is the index set and sequence set in VSAM ksds?
- What is the result of this query if no rows are selected?
- How will you send data from a COBOL file to DB2 table?
- How to access 10th record in a cursor results set query?
- What is the picture clause of the null indicator variable?
- How many clustering indexes can be defined for a table?
- What is the difference between CS and RR isolation levels?
- What is difference between 911 and 913 error code in DB2?
- Why SELECT * is not preferred in embedded SQL programs?
- How would you find out the total number of rows in a table?
- How to perform Performance Tunning on COBOL-DB2 program?
- What is the COBOL picture clause of the following DB2 data types?
- How would you retrieve rows from a DB2 table in embedded SQL?
- What is the difference between IN subs elects and EXISTS subselect?
- What is the physical storage length of each of the following DB2 data types?
- What is the COBOL picture clause for a DB2 column defined as DECIMAL (11, 2)?
- What techniques are used to retrieve data from more than one table in a single SQL statement?
Like this:
Like Loading...
Related