INSERT ALL
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB10', 'Captain', 'Officer', 'Deck', 'Master of the vessel', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB11', 'Chief Mate', 'Officer', 'Deck', 'Head of deck operations', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB12', 'Second Mate', 'Junior Officer', 'Deck', 'Navigation duties', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB13', 'Third Mate', 'Junior Officer', 'Deck', 'Safety equipment manager', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB14', 'Boatswain', 'Deck Crew', 'Deck', 'Lead deckhand operations', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB15', 'Able Seaman', 'Deck Crew', 'Deck', 'Experienced deckhand', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB16', 'Ordinary Seaman', 'Deck Crew', 'Deck', 'Junior deckhand', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB17', 'Chief Engineer', 'Officer', 'Engine', 'Head of engine dept.', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB18', 'Second Engineer', 'Engineer', 'Engine', 'Assist Chief Engineer', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB19', 'Third Engineer', 'Engineer', 'Engine', 'Auxiliary engine ops', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB20', 'Fourth Engineer', 'Engineer', 'Engine', 'Engine room support', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB21', 'Motorman', 'Technician', 'Engine', 'Assist engine officers', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB22', 'Oiler', 'Technician', 'Engine', 'Lubricates engine parts', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB23', 'Wiper', 'Technician', 'Engine', 'Engine room cleaning', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB24', 'Electrician', 'Technician', 'Engine', 'Maintains ship electrics', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB25', 'Chief Cook', 'Catering Staff', 'Catering', 'Manages kitchen ops', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB26', 'Cook', 'Catering Staff', 'Catering', 'Prepares daily meals', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB27', 'Baker', 'Catering Staff', 'Catering', 'Bakes food items', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB28', 'Steward', 'Catering Staff', 'Catering', 'Cabin service duties', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB29', 'Messman', 'Catering Staff', 'Catering', 'Assists in mess hall', 'N')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB30', 'Medic', 'Medical Officer', 'Medical', 'Provides medical care', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB31', 'Nurse', 'Medical Officer', 'Medical', 'Assists medical care', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB32', 'Radio Officer', 'Communication Officer', 'Communication', 'Handles communications', 'Y')
INTO crew_jobs (job_id, job_title, rankings, department, job_description, certified)
VALUES ('JB33', 'IT Officer', 'Communication Officer', 'Communication', 'Manages IT systems', 'N')
SELECT * FROM