What is implied Join. Where do we find it ?

Showing Answers 1 - 3 of 3 Answers

Ashok kalash

  • Oct 5th, 2005
 

Join between two Tables. Join Object defines The Relationship Between

a Bc and atable.Join allows Bc to get Column from table rather then basetable.

In Mvg Applet we can find the join, It uses Forign key to get the Row.

  Was this answer useful?  Yes

Implied joins are between Base Table and Extended Table. These are typical 1:1 joins. There is no need to create explicit join objects for them. If you go to the Flat Tab in Object Explorer, all the joins which have the alias name same as the table name are Implied Joins.

  Was this answer useful?  Yes

Vijaya Hariharan

  • Feb 6th, 2006
 

Implied joins are also called implicit joins. Its a join existing b/w a Base table and its extension table.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions