My own problem
- I have the table (course) and the another(training).
In course table- id no, coursecode, .....
In training table - idno, name , nationality, ......
I want to retrieve the number(count) of coursecode which is in same id no and the nationality will be "American".
The number of coursecode should be less than 2.
I want to implement this by LINQ statement.
If you want to help me, kindly help me. Thanks a lot :-)