March 19th, 2010
Join
Posted by
admin in
B. SQL Basics
A table “join” means that data from two or more tables can be used to create a single result table. The join makes an RDBMS a very powerful tool.
EMPLOYEE_TBL:
PAYROLL_TBL:
Joined Result Table:


