찾다
php教程php手册图书管理程序(一)_php基础

本级程序所用的数据表结构:
# --------------------------------------------------------
#
# 数据表的结构 'author'
#

CREATE TABLE author (
   author_id int(6) DEFAULT '0' NOT NULL auto_increment,
   first_name varchar(20) binary NOT NULL,
   last_name varchar(20) NOT NULL,
   address varchar(100) binary NOT NULL,
   zipcode varchar(10) NOT NULL,
   telephone varchar(10) NOT NULL,
   email varchar(50) NOT NULL,
   comment varchar(255) NOT NULL,
   PRIMARY KEY (author_id),
   KEY first_name (first_name),
   KEY last_name (last_name),
   KEY address (address),
   KEY zipcode (zipcode),
   KEY email (email)
);

# --------------------------------------------------------
#
# 数据表的结构 'books'
#

CREATE TABLE books (
   books_id int(6) DEFAULT '0' NOT NULL auto_increment,
   books_name varchar(100) binary NOT NULL,
   publisher_id varchar(6) NOT NULL,
   date_pub datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
   type varchar(6) NOT NULL,
   pages varchar(4) NOT NULL,
   price float(6,2) DEFAULT '0.00' NOT NULL,
   comment varchar(255) binary NOT NULL,
   ISBN varchar(25) NOT NULL,
   PRIMARY KEY (books_id),
   KEY name (books_name),
   KEY publisher (publisher_id),
   KEY date_pub (date_pub),
   KEY price (price),
   KEY pages (pages),
   KEY type (type),
   KEY ISBN (ISBN)
);
# --------------------------------------------------------
#
# 数据表的结构 'books_author'
#

CREATE TABLE books_author (
   id int(6) DEFAULT '0' NOT NULL auto_increment,
   books_id varchar(6) NOT NULL,
   author_id varchar(6) NOT NULL,
   author_type varchar(6) NOT NULL,
   PRIMARY KEY (id)
);

# --------------------------------------------------------
#
# 数据表的结构 'publisher'
#

CREATE TABLE publisher (
   publisher_id int(6) DEFAULT '0' NOT NULL auto_increment,
   publisher_name varchar(100) binary NOT NULL,
   address varchar(100) NOT NULL,
   zipcode varchar(10) NOT NULL,
   telephone varchar(10) NOT NULL,
   telefax varchar(10) NOT NULL,
   email varchar(50) NOT NULL,
   PRIMARY KEY (publisher_id),
   KEY name (publisher_name),
   KEY address (address),
   KEY email (email)
);

성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

AI Hentai Generator

AI Hentai Generator

AI Hentai를 무료로 생성하십시오.

뜨거운 도구

SublimeText3 Linux 새 버전

SublimeText3 Linux 새 버전

SublimeText3 Linux 최신 버전

에디트플러스 중국어 크랙 버전

에디트플러스 중국어 크랙 버전

작은 크기, 구문 강조, 코드 프롬프트 기능을 지원하지 않음

PhpStorm 맥 버전

PhpStorm 맥 버전

최신(2018.2.1) 전문 PHP 통합 개발 도구

MinGW - Windows용 미니멀리스트 GNU

MinGW - Windows용 미니멀리스트 GNU

이 프로젝트는 osdn.net/projects/mingw로 마이그레이션되는 중입니다. 계속해서 그곳에서 우리를 팔로우할 수 있습니다. MinGW: GCC(GNU Compiler Collection)의 기본 Windows 포트로, 기본 Windows 애플리케이션을 구축하기 위한 무료 배포 가능 가져오기 라이브러리 및 헤더 파일로 C99 기능을 지원하는 MSVC 런타임에 대한 확장이 포함되어 있습니다. 모든 MinGW 소프트웨어는 64비트 Windows 플랫폼에서 실행될 수 있습니다.

ZendStudio 13.5.1 맥

ZendStudio 13.5.1 맥

강력한 PHP 통합 개발 환경