Untitled

DELETE FROM SAMPLE41;

SELECT * FROM SAMPLE41;

ROLLBACK; //DELETE는 ROLLBACK 안됨

Untitled

Untitled

Untitled

select * from sample41;

delete from sample41 where b = current_date();
select * from sample41;

Untitled

Untitled