I have questions related to SELECT statement for this case:
For example there are 4 tables, which are StdCandidate, CourseChoice, Course, and EntranceTest.
The tables are shown in the image
-->
enter image description here
Can you help me what is the query to get the expected query?
the image that I shared there is expected result of the query. I dont know how to get 1stChoice and 2ndChoice and also Test(234) and Test(123) in the same row (one record)