SQL1 [SQL] 데이터베이스설계및실습 - 과제 1 쿼리문 연습 과제 drop database book; create database book; use book; create table productlines(productLine varchar(30) primary key, testDescription varchar(4000), htmlDescription mediumtext, image mediumblob); create table offices(officeCode varchar(10) primary key, city varchar(50) not null, phone varchar(50) not null, addressLine1 varchar(50) not null, addressLine2 varchar(50), state varchar(50), cou.. 2023. 3. 12. 이전 1 다음 728x90