创建数据库表

create table 'book'
(
 'book_id'   int(11)    not null AUTO_INCREMENT,
 'book_name' varchar(100)   not null default   '',
 'book_author'  varchar(100)    not null default  '',
 'book_price'   double          not null default  '0',
 'image'        varchar(100)    not null default  '',
 'describe'     varchar(200)    not null default  '',
 primary key('book_id')
)
例示:
create table 'student'
(
'student_id' int(11) not null autou_increment,
'student_name' varchar(100) not null default '',
'student_number' double not null default '0',
primary key('student_id')
)

posted on 2007-01-06 13:21 youngturk 阅读(524) 评论(1)  编辑  收藏 所属分类: 数据库方面

评论

# re: 创建数据库表 2007-08-08 22:24 yaoyuqing

[Microsoft][ODBC SQL Server Driver][SQL Server]数据库 'WebMedia' 的日志已满。请备份该数据库的事务日志以释放一些日志空间。

  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航:
 
<2007年1月>
31123456
78910111213
14151617181920
21222324252627
28293031123
45678910

导航

统计

公告

this year :
1 jQuery
2 freemarker
3 框架结构
4 口语英语

常用链接

留言簿(6)

随笔分类

随笔档案

文章分类

文章档案

相册

EJB学习

Flex学习

learn English

oracle

spring MVC web service

SQL

Struts

生活保健

解析文件

搜索

最新评论

阅读排行榜

评论排行榜