is there any restrictions for unions ?
Answers were Sorted based on User's Feedback
Answer / i go crazy
Union can be used in a cobol db2 pgm, only restriction is it has to be operated using a CURSOR.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mehdee
- There is no restriction for UNIONs in DB2 COBOL coding,
but you can think of logical restrictions, for example if
the DB2 tables are so big that your program will run fast
if just access them individually as needed.
| Is This Answer Correct ? | 0 Yes | 3 No |
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
Which is faster delete or truncate?
How many databases are there?
How does DB2 determine what lock-size to use?
What is the use of predicate?
What is the maximum size of varchar data type in db2?
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
What is the purpose of using commit?
What do you mean by commit and rollback?
Can you search give an array in the WHERE clause of a db2 query?
What is meant by index cardinality?
What is the logical entity between plan and Package?