정보처리기사 2020년 3회 53번
From IT Wiki
Revision as of 01:00, 22 October 2022 by Maintenance script (talk | contribs) (Imported from text file)
과목: 데이터베이스 구축
문제[edit | edit source]
53. player 테이블에는 player_name, team_id, height 컬럼이 존재한다. 아래 SQL문에서 문법적 오류가 있는 부분은?
(1) SELECT player_name, height
(2) FROM player
(3) WHERE team id=‘Korea’
(4) AND height BETWEEN 170 OR 180;
- ① (1)
- ② (2)
- ③ (3)
- ④ (4)
풀어보기[edit | edit source]
정답[edit | edit source]
- 4번