oracle PK, FK 삭제 명령어 FK삭제 ALTER TABLE table_name DROP CONSTRAINT table_FK_name PK삭제 alter table table_name drop PRIMARY KEY IT/Databases 2021.05.02