MySQL Forums
Forum List  »  Newbie

Relational Database Question?
Posted by: Marcus Reed
Date: October 07, 2009 10:38PM

I am very new to programming with databases and I have a simple problem I'm sure.

I have two seperate database tables:

1. Drivers (DriverID, FirstName, LastName, etc.)
2. Trips (TripID, DriverID, TripDate, etc.)

I am trying to display a list of trips where instead of showing the DriverID it actually shows the name of the driver. Can someone help me with this please.

Options: ReplyQuote


Subject
Written By
Posted
Relational Database Question?
October 07, 2009 10:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.