Skip to end of banner
Go to start of banner

Join

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Join

SQL join clause combines records from two or more tables in a database.

Attributes

NameDescriptionValue
outertableA table nameAny table name that exists in database
innertableA table nameAny table name that exists in database
jointypeThe type of join
INNER, LEFT_OUTER, RIGHT_OUTER
conditionsThe conditions that follow the joinConditions
  • No labels