Skip to content

Latest commit

 

History

114 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

root-context.xml , servlet-context.xml

1 . 각 xml탭에서 Beans Graph가 나타나지 않으면 2. package Explorer 에서 servlet-context.xml 선택 후 우측버튼 누른 후 spring-> add~ 클릭 : 2회 진행

drop table tbl_board; drop SEQUENCE seq_board;

create SEQUENCE seq_board;

create table tbl_board( bno number(10,0), title varchar2(200) not null, content varchar2(2000) not null, writer varchar2(50) not null, regdate date default sysdate, --작성일 updatedate date default sysdate --수정일
);

alter table tbl_board add CONSTRAINT pk_board primary key(bno);

SELECT constraint_name FROM user_constraints WHERE table_name = 'TBL_BOARD' AND constraint_type = 'P';

SELECT constraint_name FROM user_constraints WHERE table_name = 'BOARD' AND constraint_type = 'P';

About

AI를 이용한 스마트플랫폼 개발자 양성과정

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages