How do I change the column size in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Is the primary key a clustered index?
why we go for SPUFI for creating tables or for sql queries?
Q4. How will you get the count of record without using COUNT verb in query?
What is an intent lock?
Can we update view in db2?
What is dynamic SQL?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Explain in brief how does db2 determine what lock-size to use?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is phantom read in db2?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
How to resolve -504 sql code in DB2?