▶ 테이블 student 만들기
페이지 정보
작성자 관리자 작성일 21-07-15 19:36 조회 469 댓글 0본문
create table student (
num int,
name varchar(10),
primary key(num)
);
추천0
댓글목록 0
등록된 댓글이 없습니다.
create table student (
num int,
name varchar(10),
primary key(num)
);
등록된 댓글이 없습니다.