"20201022"의 두 판 사이의 차이
(새 문서: --1. 태국에서 한국학을 공부할 수 있는 대학 select * from institute join program on institute.institute_id=program.institute_id where state_name='태국' and language...) |
|||
| 1번째 줄: | 1번째 줄: | ||
--1. 태국에서 한국학을 공부할 수 있는 대학 | --1. 태국에서 한국학을 공부할 수 있는 대학 | ||
| − | select * from institute | + | select * from institute |
| − | join program on institute.institute_id=program.institute_id | + | join program on institute.institute_id=program.institute_id |
| − | where state_name='태국' and | + | where state_name='태국' and |
| − | language + major_ba + minor_ba + ma + phd > 1 | + | language + major_ba + minor_ba + ma + phd > 1 |
-- or | -- or | ||
| − | select * from institute | + | select * from institute |
| − | join program on institute.institute_id=program.institute_id | + | join program on institute.institute_id=program.institute_id |
| − | where state_name='태국' and | + | where state_name='태국' and |
| − | (language=1 or major_ba=1 or minor_ba=1 or ma=1 or phd=1) | + | (language=1 or major_ba=1 or minor_ba=1 or ma=1 or phd=1) |
--2. 일본 또는 중국의 한국학 연구자 중 강사, 전임강사, 조교수, 부교수, 초빙교수, 교수 신문의 사람이 참여하는 프로그램과 대학 | --2. 일본 또는 중국의 한국학 연구자 중 강사, 전임강사, 조교수, 부교수, 초빙교수, 교수 신문의 사람이 참여하는 프로그램과 대학 | ||
| − | select institute_name, program_name, affiliation.* from affiliation | + | select institute_name, program_name, affiliation.* from affiliation |
| − | join program on affiliation.program_id=program.program_id | + | join program on affiliation.program_id=program.program_id |
| − | join institute on program.institute_id=institute.institute_id | + | join institute on program.institute_id=institute.institute_id |
| − | where title in ('강사', '전임강사', '조교수', '부교수', '초빙교수', '교수') | + | where title in ('강사', '전임강사', '조교수', '부교수', '초빙교수', '교수') |
| − | and state_name in ('일본', '중국') | + | and state_name in ('일본', '중국') |
*숙제 | *숙제 | ||
| − | + | # 태국에서 한국학을 공부할 수 있는 대학 | |
| − | + | # 일본 또는 중국의 한국학 연구자 중 강사, 조교수, 교수 초빙교수인 사람이 참여하는 프로그램과 대학 | |
| − | + | # 2000년 이후에 설치된 한국학 프로그램, 어느 대학? | |
| − | + | # 중국에 있는 한국학 라이브러리 | |
| − | + | # 중국인 연구자의 홈페지와 소속 프로그램 | |
| − | + | # 1983년에 한국학 프로그램이 설치된 대학 | |
| − | + | # 미국에서 한국학 저널을 간행하는 대학 및 그 대학 소속 연구자 | |
| − | + | # 독일에서 한국학 프로그램이 개설된 대학을 프로그램 개설 연도 순으로 나열 | |
2020년 10월 26일 (월) 21:27 판
--1. 태국에서 한국학을 공부할 수 있는 대학
select * from institute join program on institute.institute_id=program.institute_id where state_name='태국' and language + major_ba + minor_ba + ma + phd > 1
-- or
select * from institute join program on institute.institute_id=program.institute_id where state_name='태국' and (language=1 or major_ba=1 or minor_ba=1 or ma=1 or phd=1)
--2. 일본 또는 중국의 한국학 연구자 중 강사, 전임강사, 조교수, 부교수, 초빙교수, 교수 신문의 사람이 참여하는 프로그램과 대학
select institute_name, program_name, affiliation.* from affiliation
join program on affiliation.program_id=program.program_id
join institute on program.institute_id=institute.institute_id
where title in ('강사', '전임강사', '조교수', '부교수', '초빙교수', '교수')
and state_name in ('일본', '중국')
- 숙제
- 태국에서 한국학을 공부할 수 있는 대학
- 일본 또는 중국의 한국학 연구자 중 강사, 조교수, 교수 초빙교수인 사람이 참여하는 프로그램과 대학
- 2000년 이후에 설치된 한국학 프로그램, 어느 대학?
- 중국에 있는 한국학 라이브러리
- 중국인 연구자의 홈페지와 소속 프로그램
- 1983년에 한국학 프로그램이 설치된 대학
- 미국에서 한국학 저널을 간행하는 대학 및 그 대학 소속 연구자
- 독일에서 한국학 프로그램이 개설된 대학을 프로그램 개설 연도 순으로 나열