Answer Posted / nareshkumar
A join is a condition that links the data in seperate but
related tables. The tables usually have a parent-child
relationship. If a query does not contain a join, the
database returns a result set that contains all possible
combinations of the rows in the query tables.
Types of joins:
1) Equi-Joins
Link tables based on the equality between the values in the
column of one table and the values in the column of another.
2) Theta Joins
Link tables based on a relationship other than equality
between two columns.
3) Outer Joins (Left Outer, Right Outer, Full Outer)
Link two tables, one of which has rows that do not match
those in the common column of the other table.
4) Shortcut Joins
Join providing an alternative path between two tables,
bypassing intermediate tables, leading to the same result,
regardless of direction. Optimizes query time by cutting
long join paths as short as possible.
5) Self restricting joins
Single table join used to set a restriction on the table.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What three things do you consider to be the most important factors for a manager?
Explain which versions are used in the bo dashboard work?
Explain how many universes can be created in a project?
What is the functional & architectural differences between business objects and web intelligence reports?
What task is 98% of the required work of a business analyst?
Are data mart and dwh normalized or denormalized? Do both of them exist in the same tier?
What is aggregate table and aggregate fact table ... Any examples of both?
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.
What is the difference between the public object&schema object?
How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)
What is the difference between business requirement document and use case document.
Hi friends,
I am trying to create OLAP connection in IDT. I am getting
error "error code:405 METHOD NOT ALLOWED"
I am using "http:
Please send me BO certification details and question papers? this is my mail id: valsreenivas@gmail.com
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye
what is xcelsius architecture?