DROP SERIAL 문으로 시리얼 객체를 데이터베이스에서 삭제할 수 있다.
DROP SERIAL serial_identifier
다음 예는 order_no 시리얼을 삭제하는 예제이다.
DROP SERIAL order_no;