테이블 우클릭>새로만들기>테이블
수정하고 싶은 테이블 우클릭>디자인
원하는 컬럼 우클릭> 기본키 설정
insert into table (column1,column2, ...) select col1, col2, col3 ... from 테이블 이름 where 조건