I am developing a site in VS2010 using SQL Server 2008 R2 Express and C#
My tables are like:
Table 1
I want to write a query that will select all rows from table 1 but instead of showing choice1
or (2..3)'s ID, it will grab their name from table 2
How can I do it?
Thanks in advance