Fill table with id's
Sign in to test your solution.
-- Vul het begin van deze query aan
('Joseph', 'Acaba', 1),
('Viktor', 'Glover', 1),
('Richard', 'Arnold', 1),
('Michael', 'Hopkins', 1),
('Vladimir', 'Aksyonov', 7),
('Andrew', 'Allen', 1),
('Clayton', 'Anderson', 1),
('Daniel', 'Barry', 1),
('Georgi', 'Beregovoi', 7),
('Anatoli', 'Berezovoy', 7),
('Michael', 'Barratt', 1),
('Christopher', 'Cassidy', 1),
('Michael', 'Fossum', 1),
('Scott', 'Kelly', 1),
('Anne', 'McClain', 1),
('Rex', 'Walheim', 1),
('Frank', 'Winne, de', 32),
('André', 'Kuipers', 31),
('Luca', 'Parmitano', 39),
('Sergei', 'Krikalev', 7),
('Elena', 'Serova', 7),
('Yurchikhin', 'Nikolayevich', 7);
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.