Insert Division Name DataJust a few simple lines to add Divisions to the database.The number refers back to the League table INSERT INTO divisionTBL (division_name, league_id) VALUES ('N / A', 4), ('Nut Sauce', 1), ('Buck Ripcord', 1), ('Tuesday A', 2), ('Tuesday B', 2), ('Thursday A', 2), ('Thursday B', 2), ('Wednesday', 3); rows inserted successfully! | ||