My sql class tutorial
starting the class sql using mysql, the tutorial start by creating a database using the necessary command, the databased created is for online tutorial class some tables were created like the payment table, studentbiodata and parent biodata just to start with before expanding the table and creating newer tables. datas were fill inside the tables usint the insert command.
inserting more data into the already created tables and creating lecturers table in other to link them with the subjects
creating the lecturer table also adding the lecturer id column to the subject table inserting data into the created tables.
happy coding.