What is a Cartesian product?
Answers were Sorted based on User's Feedback
Answer / m4io
a cartesian product is a join between two tables where
the join-condition + where-conditions do not deliver a
unique key on either table.
it is a n*m relationship.
Not necessarily faulty (Star joins use cartesian products)
| Is This Answer Correct ? | 4 Yes | 1 No |
can any one give the list of some important sql abend codes which r frequently asked in interviews?
How will you return the number of records in table?
How do I add a column to an existing table in db2?
What is SPUFI?
What is check constraint in db2?
cobol-db2 runjcl please?
where will u check for sqlcode ?
What is access path in db2?
Suppose if I need to update a column, how you do that using cursor?
how can we find nth max salary from A table
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?