10 Aralık 2013 Salı

nesne tabanlı programlama projesi sunum tarihleri

n.ö.(2 grup halinde toplam 4 grup)
1.grup
select * from ogrenci where (adi  between 'a%' and  'n%') and date='13.12.2013' and ( time='10:00' or time ='13:00') order by adi asc
2.grup
select * from ogrenci where  (adi  between  'n%' and 'z%' )and date='20.12.2013' and ( time='10:00'or time ='13:00') order by adi asc

i.ö.(2 grup halide)
1.grup
select * from ogrenci where (adi  between 'a%' and  'n%') and date='13.12.2013' and  time='17:00'
order by adi asc
2.grup
select * from ogrenci where (adi  between  'n%' and 'z%' ) and date='20.12.2013' and  time='17:00' order by adi asc

 https://bunyaminkaya.com/microsoft-sql-server-tum-surumleri-dogrudan-indirme-linkleri-2008-2012-2014-2016/