Create a database consisting of the "Students" tables (fields: ID, Group Id, Last name, OOP score, WinForms score, and ADO score.Net) and "Groups" (fields: ID, group name, curator's last name). Fill in tables with data.
- displaying information from the database in three tables: in the first one, display the student's last name and grades in subjects, in the second one, display groups and curators of these groups, and in the third one, display the names of students, groups, and the average score for the session. Use a single command to get data;
- adding information about the group;
- determining the number of students in a given group who received excellent and unsatisfactory grades (separately).