Alttaki cümleleri join kullanarak nasıl yazabilirim?

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 )