-- wstawienie danych - tabela kurs2.uczest_kurs - uczestnicy na kursach -- kurs 1 - angielski 1 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=1 and id_uczest=1; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 4 ) where id_kurs=1 and id_uczest=3; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 5 ) where id_kurs=1 and id_uczest=5; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=1 and id_uczest=7; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 4 ) where id_kurs=1 and id_uczest=8; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 4 ) where id_kurs=1 and id_uczest=10; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 5 ) where id_kurs=1 and id_uczest=11; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=1 and id_uczest=12; -- kurs 2 - angielski 1 gr 2 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=2 and id_uczest=2; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=2 and id_uczest=16; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 5 ) where id_kurs=2 and id_uczest=17; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 3 ) where id_kurs=2 and id_uczest=18; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 500., 4 ) where id_kurs=2 and id_uczest=20; -- kurs 3 - angielski 2 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 3 ) where id_kurs=3 and id_uczest=1; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=3 and id_uczest=2; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 5 ) where id_kurs=3 and id_uczest=3; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 3 ) where id_kurs=3 and id_uczest=5; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=3 and id_uczest=7; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=3 and id_uczest=17; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 5 ) where id_kurs=3 and id_uczest=18; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 3 ) where id_kurs=3 and id_uczest=20; -- kurs 4 - angielski 3 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=4 and id_uczest=1; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=4 and id_uczest=2; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=4 and id_uczest=3; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 3 ) where id_kurs=4 and id_uczest=5; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 3 ) where id_kurs=4 and id_uczest=21; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 5 ) where id_kurs=4 and id_uczest=22; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 5 ) where id_kurs=4 and id_uczest=25; -- kurs 5 - angielski 4 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 4 ) where id_kurs=5 and id_uczest=1; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 4 ) where id_kurs=5 and id_uczest=2; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 4 ) where id_kurs=5 and id_uczest=3; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 3 ) where id_kurs=5 and id_uczest=5; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 3 ) where id_kurs=5 and id_uczest=21; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 850., 5 ) where id_kurs=5 and id_uczest=22; -- kurs 6 - niemiecki 1 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 4 ) where id_kurs=6 and id_uczest=8; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=6 and id_uczest=9; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=6 and id_uczest=13; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=6 and id_uczest=15; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 5 ) where id_kurs=6 and id_uczest=19; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 4 ) where id_kurs=6 and id_uczest=24; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 4 ) where id_kurs=6 and id_uczest=27; -- kurs 7 - niemiecki 1 gr 2 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 4 ) where id_kurs=7 and id_uczest=11; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 4 ) where id_kurs=7 and id_uczest=17; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=7 and id_uczest=18; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=7 and id_uczest=23; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 5 ) where id_kurs=7 and id_uczest=25; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=7 and id_uczest=28; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 600., 3 ) where id_kurs=7 and id_uczest=30; -- kurs 8 - niemiecki 2 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 4 ) where id_kurs=8 and id_uczest=8; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 4 ) where id_kurs=8 and id_uczest=9; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 3 ) where id_kurs=8 and id_uczest=13; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 3 ) where id_kurs=8 and id_uczest=15; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 5 ) where id_kurs=8 and id_uczest=19; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 3 ) where id_kurs=8 and id_uczest=24; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 650., 3 ) where id_kurs=8 and id_uczest=27; -- kurs 9 - niemiecki 3 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=9 and id_uczest=8; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=9 and id_uczest=9; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 4 ) where id_kurs=9 and id_uczest=13; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 5 ) where id_kurs=9 and id_uczest=24; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 800., 5 ) where id_kurs=9 and id_uczest=27; -- kurs 10 - hiszpanski 1 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=10 and id_uczest=6; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=10 and id_uczest=16; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=10 and id_uczest=18; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 4 ) where id_kurs=10 and id_uczest=22; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 5 ) where id_kurs=10 and id_uczest=24; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 3 ) where id_kurs=10 and id_uczest=29; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 700., 3 ) where id_kurs=10 and id_uczest=30; -- kurs 11 - hiszpanski 2 gr 1 update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 4 ) where id_kurs=11 and id_uczest=6; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 4 ) where id_kurs=11 and id_uczest=16; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 4 ) where id_kurs=11 and id_uczest=18; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 4 ) where id_kurs=11 and id_uczest=22; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 5 ) where id_kurs=11 and id_uczest=24; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 3 ) where id_kurs=11 and id_uczest=29; update kurs2.uczest_kurs set ( oplata, ocena ) = ( 900., 3 ) where id_kurs=11 and id_uczest=30;