zad 6
Select e.id_osrodek, nazwa_o from egzaminy e,osrodki o
where
zad7
select distinct imie,nazwisko,s.id_student from studenci s,egzaminy e where s.id_student=e.id_student and id_egzaminator = '0001'
/
zad9
select imie,nazwisko,nazwa_p,data_egz From Studenci s,Egzaminy e,przedmioty p where s.id_student=e.id_student and p.id_przedmiot=e.id_przedmiot and data_egz between '00-04-20' and '00-05-20'
/
zad10
select distinct p.id_przedmiot,nazwa_p from przedmioty p,egzaminy e where p.id_przedmiot = e.id_przedmiot and id_student in('0000061','0500323')
/
zad11
select id_student,nazwisko,imie from studenci where id_student not in(select id_student from egzaminy where id_przedmiot=7)
/
zad12
select id_osrodek, nazwa_o from osrodki where id_osrodek not in(select id_osrodek from egzaminy)
/
zad13
select id_egzaminator,imie,nazwisko from egzaminatorzy where nazwisko like 'M%'
/
zad14
select distinct nazwisko,imie,nazwa_p from studenci s,egzaminy e,przedmioty p,osrodki o where s.id_student=e.id_student and p.id_przedmiot = e.id_przedmiot and o.id_osrodek=e.id_osrodek and o.nazwa_o IN('CKMP','LBS')
/
zad15
select distinct nazwisko,imie from egzaminatorzy e,egzaminy eg where e.id_egzaminator=eg.id_egzaminator and id_student='0500323'
/
zad16
select nazwa_p,data_egz from przedmioty p,egzaminy e where p.id_przedmiot=e.id_przedmiot and id_osrodek=3 and to_char(data_egz,'month')='lipiec'
/
zad17
select e.id_student,nazwisko,imie,nazwa_p,data_egz from egzaminy e,przedmioty p,studenci s where e.id_student=s.id_student and p.id_przedmiot=e.id_przedmiot and e.id_student<>'0500323' and data_egz in(select data_egz from egzaminy where id_student='0500323')
/
zad18
select e.id_student,nazwisko,imie,nazwa_p from egzaminy e,przedmioty p,studenci s where s.id_student=e.id_student and e.id_przedmiot=p.id_przedmiot and data_egz>=(select max(data_egz) from egzaminy where id_student='0500323')
/
zad19
select distinct p.id_przedmiot,nazwa_p from egzaminy e,przedmioty p where e.id_przedmiot=p.id_przedmiot and data_egz>=(select max(data_egz) from egzaminy where id_przedmiot=4)
/
Wyszukiwarka
Podobne podstrony:
Laboratorium sql 5Laboratorium sql 7Laboratorium sql 0Laboratorium sql 2Laboratorium sql 8Laboratorium sql 4Laboratorium sql 3Laboratorium sqlsql framework aug94sqlRola laboratoriów w świetle wymagań systemów zarządzania jakosciąLaboratorium 3sqltips portable sqlĆwiczenie laboratoryjne nr 6 materiałysql createtablewięcej podobnych podstron