what is outer join?
what is selef join?
what is difference between them?
what is cartecion join?
Answer / nandini sett
Outer join displays result set containing all the rows from
one table and the matching rows from another table. There
are three types of Outer Join -- Left Outer Join (All rows
of the left table and matchng rows of the right), Right
Outer Join (All rows of the right table and matching rows
of the left table) and Full Outer Join (All rows of both
tables).
In self join, table is joined with itself. One row
correlates with other rows in the same table. Hence a table
name with two alias names is used.
Difference between outer join and self join is that outer
join uses atleast two or more tables where one column is
common while self join uses only one table and two fields
of the same table.
Cartesian Product or cross join is between two tables where
each row from one table with each row of the other table.
If table A has 5 rows and table B has 10 rows then after
cross join the total number of rows would be 50.
| Is This Answer Correct ? | 43 Yes | 1 No |
What are the types of functions in sql?
What is the maximum database size for sql express?
How can you tell the difference between an index and a view?
How to handle bulk data?
What is Difference between StoredProcedure and function?
What is difference between pls_integer and integer?
How do you get column names only for a table (sql server)?
How do you drop a trigger?
what is the command line end user interface - mysql? : Sql dba
Which normal form is best?
How to maintain the history of code changes of pl/sql?
Tell me what a package consists of.
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)