SQL/ORACLE

[Oracle]기본키(Primary key) 2개의 칼럼

nineDeveloper 2014. 2. 12. 21:40
728x90
반응형

alter table 급여 add primary key(사원번호, 년월);

728x90
반응형