Hello guys, i dont know how to go about this but i need urgent assistance from you guys.
I have two tables namely States, Package_Details. Below are the details of the table.
States
- state_id
- state_name
Package_Details
- id
- sender_state //Stores state with state ID
- receiver_state //Stores state with state ID
Now i am having problems constructing a Sql Query that will select and display the records in the Package_Details replacing the sender_state and receiver_state with the corresponding state_name in States table.
Thanks very much for your time.