Aşağıdaki SQL cümlelerini join kullanarak yazınız. Her bir cümle 25 puan
Select * from Birey b where not exists (select 1 from SınavOgrenci s where s.OgrenciId = b.Id )
Select * from Birey b where Id = (select OgrenciId from SınavOgrenci s where s.Notu=92 )
Select * from Birey b where not exists (select 1 from SınavOgrenci s where s.OgrenciId = b.Id )
Select * from Birey b where Id = (select OgrenciId from SınavOgrenci s where s.Notu=92 )
Son düzenleme: