Latest Answer: For performance tuning for your COBOL/DB2 program you need to follow COBOL & DB2 standrads along with your organization standards. ...
I want to find out primary,fk, and all constraints defined on table in oracle we can use desc table name,?
How the durability(one amongst the ACID model) of database is achieved while loading table with 'Log No' option?
Latest Answer: DIFFERENCE BETWEEN DYNAMIC(interactive) and STATIC(embedded) SQL :The difference is the time at which the BIND occurs.In static mode, the bind is done prior to the execution and is stored in a PLAN. In dynamic mode, the BIND occurs at execution time.This ...
Latest Answer: BY USING HANDLE AID. ...
Latest Answer: If it is the number of DASDs you want to know, then it is 133 DASDs. ...
How do I see the table definitions (columns, data types of columns, constraints or default values set etc) of a table in QMF? I tried 'DESCRIBE TABLE' but didn't work (not able to execute in QMF). I can see the DCLGEN but looking for a way to see the actual table definition?
Latest Answer: Thank u for clearing me this. ...
How to retrieve n-th row ie n-th record of any table irrespective of the columns and the values present in the table without using ROWID(As it is not supported in DB@)?
Latest Answer: hi folks,collection: set of packages with a collection idversion: it refers to a package created at a particular time.(ie) if the same package is created at a later time with no changes it will be a different version. there are two options for version ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top