You are on page 1of 1

INSERT INTO rooms (name, no_seats)

VALUES ('Chaplin',72),
('Kubrick',36),
('Coppola',36);

You might also like