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 |
write a qurey for finding the length of the sting.
how to create a table index in mysql? : Sql dba
What are system versioned tables?
What is normalization and types of normalization?
22 Answers Etisbew, F-TEC, Microsoft, TechProcess,
Is oracle and sql same?
How do I delete a trigger?
What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint name.
how to create temparary sequence
What is a delimiter in sas?
IF i write before / after insert / update trigger and i do rollback what will happen?
What is asqueryable?
how to find 5th row ?
Oracle (3253)
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)