Types of joins?
Answers were Sorted based on User's Feedback
Answer / sangeetha meda
1. Self Join
Self join is a query in which a table is Joined to itself.
Self joins are used to compare the values in a column to
the other values in the same column in the same table.
2.Equi Join or Inner join
Equi join is a join in which the rows are retrieved the
equality of the relation ship between columns in the tables.
Select only those rows that have values in common in the
columns specified in the ON clause.
3.Non Equi Join or Outer Join
Left Outer Join:
Retrieves the matching records in both the table and non
matching records in the first or left table.
Right Outer Join
retrieves the matching records in both the table and non
matching records in the second or the right table.
Full Outer Join
Retrieves all the records (means matching and non matching
records in both the tables).
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / deeksha
4 types
1.equijoin
2.non-equijoin
3.self join
4.outer join
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mohana sundaram
self joins,natural joins,cross joins,inner joins,outer
joins,equi and nonequi joins.
| Is This Answer Correct ? | 2 Yes | 0 No |
(1) Inner or Equei join
(2) Outer or no - equei join
(a) left outer
(b) right outer
(c) full outer
(3) Cartision or cross join
(4) Self join
(5) Natural join
| Is This Answer Correct ? | 2 Yes | 0 No |
What are packages in pl sql and also explain its advantages?
What are analytical functions in sql?
..........refers to the disk mirroring
Why are cursors used?
If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
What do we need to check in database testing?
Why are aggregate functions called so?
What are the different datatypes available in PL/SQL?
Mention what are the benefits of pl/sql packages?
how to Update table Sales_summary with max(sales) data from table sales_dataTable 1. sales_data table Table 2. Sales_summary Region sales Region sales N 500 N 0 N 800 W 0 N 600 W 899 W 458 W 900 I want the Sales_summary After Update like this Region Sales N 800 W 900
What is mdb stand for?
how to create a new table in mysql? : Sql dba
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)