You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$employees = "SELECT DISTINCT Persons.* FROM EmployeeRegistrations JOIN Persons ON EmployeeRegistrations.PersonID = Persons.PersonID ORDER BY Persons.PersonID ASC;";
$students = "SELECT DISTINCT Persons.* FROM StudentRegistrations JOIN Persons ON StudentRegistrations.PersonID = Persons.PersonID ORDER BY Persons.PersonID ASC;";