40-2: Servlet BBS

jk·2024년 2월 28일
0

kdt 풀스택

목록 보기
78/127



1. 아래의 sql 문을 정리 하시오.

 -- 댓글을 insert 하기 위한  sql 구문  2개
 insert into mvc_board (bId, bName, bTitle, bContent, bGroup, bStep, bIndent) values (mvc_board_seq.nextval, ?, ?, ?, ?, ?, ? )
 update mvc_board set bstep = bstep + 1 where bgroup = ? and bstep > ?
 -- 댓글을 고려한 select 구문
 select * from mvc_board where bid = ?



2. 게시판을 1시간 이내에 짜시오.(연습 하시오)

  • Im practicin;
profile
Brave but clumsy

0개의 댓글