2
So, I have a Pizzeria project and I have some tables, such as: Customer Registration, Employee Registration, Order Registration and etc. I’ve already created a Customer and Employees table and everything is OK. In the Order Registration table there are two fields that ask for the Employee ID and the Customer ID. Is it possible to select the Employee and Customer just by searching their names? Follow the link to better understand: http://i.imgur.com/txxt72B.png The foreign keys of the Order are: id_work and id_client.
Use the Join command in the query.
– gato
Post your code and what you’ve done, so it’s better to help you.
– gato
You are using Entity Framework?
– Leonel Sanches da Silva
@Anderson Trindade, my answer has solved your question ? Can I help you with something else ?
– Luã Govinda Mendes Souza