Hi,
I have a database with two tables
tblCustomer
- Name string
- Surname string
- ID Card string (PK)
- CityID int (FK)
tblCity
- ID int (PK)
- Name string
Now i want to show all the customer details but i would like to show the name of the city not the ID. How can i do that?