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.

Answer Posted / rizaul

I have used inner joins

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1185


what are local and global variables and their differences? : Sql dba

623


Explain the difference in execution of triggers and stored procedures?

661


Explain unique key in sql.

651


Which table is left in left join?

625






Is left join inner or outer by default?

626


what is the difference between truncate and drop statements? : Sql dba

642


What is a null value?

726


How do you optimize a stored procedure query?

653


What is difference between my sql and sql?

612


what is normalization? : Sql dba

657


What is error ora-01000: maximum open cursors exceeded

689


What is the life of an sql statement?

615


First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.

1225


What is the difference between inner join and natural join?

604