Quote (carteblanche @ Nov 23 2015 06:19pm)
can you rephrase the question? perhaps with an example?
Sorry :0
I need to link information from table 1 ( Ship ) and table 2 (Port) into one table with information carrying over both tables. ( either some or all of it)
Both primary keys from the tables created need to be in the new table.
ex: ShipPort(
shipNo,
portId)
shipNo and portId are the primary keys
I need to make this table in order to answer this question:
"list both the names of the ports and the ships
that dock at each port in alpha order"
(the names of the port) are from the port table
the names of the ship are from the ship table
//
Also, would I have to re-insert the values once again or can i carry the column values from the two tables into the new one
If you would like, I could pm you the appendix that shows the information of the ships and ports.
This post was edited by Chesse on Nov 23 2015 08:32pm