This is my vB.NET assignment and i have no idea what it requires. I have not done this practical before b'cause the lecturer has not taught us about the joining the SQL in VB.NET and I'm seriously dont know how to do this......so i need help and pls do help me in the solving this problem. I will appreciate your help. Thank you.
College Courses
The courses database contains one table named tblCourses. The table contains 10 records, each having four fields: course id, course title, credit hours, and grade. The credit hours field is numeric; the other fields contain text. Create another two more tables called student and student result. [You will have to discuss with your partner what the suitable fields for these two tables are.]
Create a result slip for each student queried. Please make sure that you can insert, update and delete information from the database using vb.net.