What is sql resultset?
What's the difference between inner join and left join?
List the various privileges that a user can grant to another user?
What are the ways on commenting in a pl/sql code?
explain advantages of innodb over myisam. : Sql dba
When is the explicit cursor used ?
What is the best free sql database?
Can we use the cursor's to create the collection in PL/SQL?
What are the different parts of a package?
what is the difference between union and union all? : Sql dba
How to find last day of the month in sql query
How to take user input in pl sql?
I have 2 table A and B. In A 1 lakh record is present. In b 20 thousand data is present. To get the unique data from table A and B which join we should prefer left inner join or right outer join. Please answer.