Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. select *from [KHOA]
  2. select * from [lop]
  3. select * from [Mon hoc]
  4. select TenMH ,'So tiet' ,SoDVHT *15 As Sotiet from [Mon hoc]
  5. select * from Sinhvien
  6. select KHOA from lop
  7. select Distinct KHOA from lop
  8. select TOP 8 * From Sinhvien
  9. select TOP 6 Percent * From Sinhvien
  10. Select TOP 6 PERCENT * From Sinhvien
  11. select * ,CASE Gioitinh When 1 then 'nam' else 'nu' end as Gioitinh from Sinhvien
  12. select * from [Mon hoc] where SoDVHT =3
  13. select * from [Mon hoc] where SoDVHT>3 or SoDVHT = 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement