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 |
What are basic techniques of indexing?
What is a schema sql?
How delete all records from table in sql?
What are three advantages to using sql?
What is meant by <> in sql?
how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
counting the no.of characters occurs in a string by using pl/sql function
Can we use ddl commands in pl sql?
What is the advantage of nosql?
what eliminate duplicate without using roenum and not
How many sql statements are used? Define them.
Advantages and disadvantages of stored procedure?
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)