What is the use of commit in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How do I add a column in db2?
What does CURRENTDATA option in bind indicate
In which column of which DB2 catalog would you find the length of the rows for all tables?
What is dpf in db2?
What is an instance in db2?
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 the maximum number of tables that can be joined ?
How can you compare table column after update and before update?
Where would you find information about the type of database authority held by the user?
How can you display the current date & current time ?
How to check sequence on a table 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?