what is the maximum number of tables that can be joined ?
Answer Posted / oraclesword
You can have the maximum upto 255 Tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the usage of open cursor command?
what is utility for parm lib
What action db2 takes when a program aborts in the middle of a transaction?
What is the difference between spufi and qmf?
What is a db2 cursor?
What is the maximum size of varchar data type in db2?
What is null indicator in db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is page size in db2?
What is a collection in db2?
What is a cursor in programming?
What is concurrency?
Which components manage deadlocks in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.