I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p
if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately
Can anyone help on this?
Answer Posted / mandayan
not pasible to help u becouse u have to give with data ok
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
is it possible to pass an object or table to a procedure as an argument?
What is database white box testing and black box testing?
What is the difference between jpql and sql?
Do prepared statements prevent sql injection?
Why do we use procedures in pl sql?
Can we insert data in view?
How do you drop a trigger?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Why cross join is used?
what is bcp? When does it used? : Sql dba
How is pl sql different from sql?
How to select random rows from a table?
what is a database transaction? : Sql dba
Can we call dml statement in function?