오전 9 - 11:40
SQL 복습
뷰 -
create view V_dept80
as
select * from hr.employees
where department_id = 80 ;
select * from tab;
select * from V_dept80;
'인공지능 > JSP' 카테고리의 다른 글
5.24 JSP (0) | 2021.06.17 |
---|---|
5.18 JSP (2) (0) | 2021.06.05 |
5.19 인공지능 JSP ( 3 ) (0) | 2021.06.05 |
5.20 인공지능 jsp ( 4 ) (0) | 2021.06.05 |