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 |
What is collection in db2 bind?
What is meant by repeatable read?
Mention data types used in db2 ?
What is the difference between nvl and coalesce?
What is a Foreign Key?
1 Answers Tavant Technologies, Zensar,
What is the use of commit in db2?
Why db2 is called db2?
how we will do null data selection in cobol-db2 program
List out the data types available.
What is the use of with ur in db2?
What is with ur in db2?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?