블로그
- [ORACLE] 11g에 추가된 파티션 유형 테이블에 반정규화 11g에서 부모 테이블 파티션 키를 이용해 자식 테이블을 파티셔닝하는 기능 Create table 상품 { 상품번호 number NOT NULL PRIMARY KEY , 상품명 varchar2(50) not null , 현재가격 number not null , 상품대분류 varchar2(4) not null , 등록일시 date not null
- SQL Outer Join vs. Where Not In vs. Not Exists ORD_ID is the primary key in the ORD table and is a field in the EXPORTED table. When you export an ORD record you create an entry in the EXPORTED table with the ORD_ID and the date
- [LA Food by Zagat ] A little slice of Italy in Los Feliz” , draws a “loyal”, “eclectic crowd” that comes to “mangia” the “homey” “trattoria dishes” in a “low-key atmosphere” that’s “cute for date night” and “comfortable” for a “tasty” plate of “neighborhood pasta
- MySQL 기본 구문 테이블 만들기 CREATE TABLE test ( name VARCHAR(15), email VARCHAR(25), content text, wdate date, phome_number INT, ID NOT NULL AUTO_INCREMENT, PRIMARY KEY (ID) ) ------------------------------------------------
← 이전
3 페이지