2025.09.12

- 1 홍길동 컴공 서울 90 80 70 240
select a.*,(a.kor+a.eng+a.mat) as sum from
(select s.idx, [s.name](<http://s.name/>), s.age, s.addr,
max(decode(r.text,'국어', r.record)) as kor,
max(decode(r.text,'영어', r.record)) as eng,
max(decode(r.text,'수학', r.record)) as mat,
sum(record) as total
from stable s, rtable r
where s.idx=r.st_idx
group by s.idx,[s.name](<http://s.name/>),s.age,s.addr) a

GUI(Graphic User Interface)

여러 도구들

AWT(추상적 윈도우 도구)

image.png

바구니의 역할 : Container

TextComponent (GUI에서 키보드 입력으로 받을 수 있는 것)


Component→Container→Window