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.
Answers were Sorted based on User's Feedback
Hi,
I have used left outer join
select
a,
b
from
tab1 ,
tab2
where
tab1.a = tab2.b(+);
| Is This Answer Correct ? | 0 Yes | 0 No |
Why should I use postgresql?
How to recompile a already made trigger?
What is multiple columns?
How much does sql cost?
What does 0 mean in sql?
What makes a good primary key?
how many sql dml commands are supported by 'mysql'? : Sql dba
What are the parts of a sql statement?
What is the command used to fetch first 5 characters of the string?
scope of exception handling in plsql
Which are the most commonly used sql joins?
How do I use google cloud in sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)