insert into f_stock_orders (id, name)
values (100, 'SO-8333 DZ'),
       (200, 'SO-9001 AB'),
       (300, 'SO-9500 CD');
