The inner join operator joins two tables and creates a one-to-one relationship between records in the table.
Syntax: Table1 Inner Join table2 on string1=string2
Example:
Suppose you create a change order report that includes the budgeted costs by job. The job number is found in the Change Order table, and the budgeted amounts and cost codes are found in the Subcontract Change Order Lines table.