0
votes
3answers
211 views
DB2 Query Output - Different Behavior
I've two tables TAB_A and TAB_B. TAB_A is master table and TAB_B is child / transaction table. TAB_A is having COL_A (Primary key) and TAB_B is having COL_B (Primary key) and also COL_A.
Fo …
1
vote
2answers
76 views
DB2 Multiple Index on same column combinations
Lets say I've a table T with columns C1, C2 ... C10.
C1, C2 and C3 are most frequently refered columns in multiple queries. The order in which these columns are refered can't be controlled. …
0
votes
DB2 Query Output - Different Behavior
I looked at the documentation in IBM site. Though they talk about using "JOIN", there is also a mention of using direct join using "WHERE" conditions (which I used) and mentioned that they should p …
0
votes
