Assume I have two tables:
Table name: coachs
code | from
----------------
0A | Australia
0B | Beligium
Table name: players
code | from
----------------
0C | Columbia
0D | Denmark
I want to join these tables above, into one table or one view:
code | from
----------------
0A | Australia
0B | Beligium
0C | Columbia
0D | Denmark
How to perform this? Step by step please... I'm a begginer. Thank you.
2007-07-01
20:45:07
·
2 answers
·
asked by
Mawan
3
in
Computers & Internet
➔ Programming & Design