Just a few simple lines to add Teams to the database
This listing is truncated for breavity but serves the purpose

INSERT INTO teamTBL
(team_name, league_id, division_id)
VALUES ('Skol', 2, 4),
('Bingas', 2, 4),
('Brooklyn Hookers', 2, 5),
('Wrecking Balls', 2, 5),
('LOS', 2, 6),
('Young & Bowled 2', 2, 6),
('Lezbowlians', 2, 7),
('Bowl Trolls', 2, 7);


rows inserted successfully!