WHAT IS CARTESIAN PRODUCT?
Answers were Sorted based on User's Feedback
Cartesian product:- It is a type of join in which the
number of rows in the result table is the product of the
number of rows in each table.It is also called as CROSS JOIN
Eg:-
SELECT * FROM A,B
or (can be writen as)
SELECT * FROM A CROSS JOIN B
if A has 10 records n B has 8 records than the output of
above query will b 80 records(10*8=80 RECORDS).
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / surya
Once the data is display in M*N format from two different
tables which has m rows in one table and n rows in another
table.We can called as cartesian product.
Is This Answer Correct ? | 3 Yes | 0 No |
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
You have just compiled a PL/SQL package but got errors, how would you view the errors?
What is mrc and what is its use? : oracle accounts receivable
Are These Dff's Flexible?
hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
Could you please let me know the interfaces in OM / FA??
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
What are the main diff. between oracle 7.3 and oracle 8i?
what is the querry to get first 10 records from the emp table?(emp no is the primary key)
Why more redos are generated when the oracle database is in begin backup mode?
wht r the base tables & primary key for BOM& WIP modules