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
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
what are local and global variables and their differences? : Sql dba
Explain the difference in execution of triggers and stored procedures?
Explain unique key in sql.
Which table is left in left join?
Is left join inner or outer by default?
what is the difference between truncate and drop statements? : Sql dba
What is a null value?
How do you optimize a stored procedure query?
What is difference between my sql and sql?
what is normalization? : Sql dba
What is error ora-01000: maximum open cursors exceeded
What is the life of an sql statement?
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.
What is the difference between inner join and natural join?