Answer Posted / shivaleela
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 |
Post New Answer View All Answers
TILL WHAT LEVEL OF SECURITY BO SUPPORTS?
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
I would like to study certification course in Data base adminidtrator then where would i go to study this course?
Is there any link between pr form(purchse requisition)and po form(purchase order)
What is supporting issues GL AP and AR?
Can we modify approve purchase order?if yes what is navigation?
Explain accounting for invoice in advance and arrears. : oracle accounts receivable
How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
What is the disk migration? what is the steps involved in oracle disk migration?
can u pls share responsibilities for production how to environment in odi?and how to generate report ?
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
What are different types of receipt reversals ? Explain them : oracle accounts receivable
What is chargeback invoice? How do we create it? : oracle accounts receivable
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
What view would you use to determine free space in a tablespace?