I wrote a query:
USE CSUGlobalEdu
GO
INSERT INTO Class ('Course Number', 'Course Name', 'Time of the Day', 'Room', 'Room Capacity', 'Course Description', 'Credit Hours')
VALUES
('100', 'Intro to PCs', '07:15:00', '100', '20', 'PCs for Beginners', '3'),
('110', 'Intro to Networking', '08:15:00', '200', '20', 'Networking for Beginners', '3'),
('120', 'Visual Basic', '09:15:00', '300', '30', 'Intro to Visual Basic', '3'),
('130', 'Security', '10:15:00', '415', '30', 'Intro to Computer Security', '3'),
('120', 'Biology', '12:25:00', '110', '10', 'Biology', '3'),
('275', 'Psychology', '12:00:00', '185', '10', 'Psychology', '3'),
('500', 'CCNA', '12:25:00', '110', '10', 'Cisco Certified Network Administrator', '3'),
('600', 'Linux', '09:25:00', '510', '20', 'Linux Basics', '3'),
('440', 'Windows Server 2012', '11:25:00', '610', '15', 'Server...