select * from tab;
select * from product;
select * from recyclebin; -- 휴지통
purge recyclebin;
drop table product purge;
flashback table product to before drop;
'DBMS > Oracle' 카테고리의 다른 글
중간정리 (0) | 2023.04.13 |
---|---|
HR1, HR2 (0) | 2023.04.13 |
Product (0) | 2023.04.13 |
SQL, DDL, DML, DCL 오라클에서 사용하는 자료형 (0) | 2023.04.13 |
[데이터베이스] product, saels (0) | 2023.04.13 |