I am new to stack and c#. Here I created a c# windows form application. I am using SQL server with login and student tables. I store login details(UN,PW) in login table and general details of student(fname,lname,etc..) in student table.
What I want to get is First name of the student using his login details. ex- UN:- ravi, PW:- 123, fname:- Ravindu
But in my system, ALL the registered students are not users of the system and all the users are registered students
Should I link tables or any structured way to do this.