the following is my database schema with data inserted into it:
CREATE TABLE students (`id` int, `name` varchar(9)); CREATE TABLE subjects (`id` int, `credit