MySQL第一次作业
创始人
2025-01-07 21:05:57
0

一、库的建立

mysql> show databases; +--------------------+ | Database           | +--------------------+ | information_schema | | mydb2_stuinfo      | | mydb3_employee     | | mydb4_product      | | mydbl_test         | | mysql              | | performance_schema | | sys                | | temp2              | +--------------------+ 9 rows in set (0.00 sec)  mysql> create database mydb6_product; Query OK, 1 row affected (0.01 sec)  mysql> show databases; +--------------------+ | Database           | +--------------------+ | information_schema | | mydb2_stuinfo      | | mydb3_employee     | | mydb4_product      | | mydb6_product      | | mydbl_test         | | mysql              | | performance_schema | | sys                | | temp2              | +--------------------+ 10 rows in set (0.00 sec)

二、建立employees表  (有主键,非空,默认值的要求)

mysql> create table employees(     -> id int primary key,     -> name varchar(50) not null,     -> age int,     -> gender varchar(10) not null default 'unknown',     -> salary float); Query OK, 0 rows affected (0.03 sec)  mysql> desc employees; +--------+-------------+------+-----+---------+-------+ | Field  | Type        | Null | Key | Default | Extra | +--------+-------------+------+-----+---------+-------+ | id     | int         | NO   | PRI | NULL    |       | | name   | varchar(50) | NO   |     | NULL    |       | | age    | int         | YES  |     | NULL    |       | | gender | varchar(10) | NO   |     | unknown |       | | salary | float       | YES  |     | NULL    |       | +--------+-------------+------+-----+---------+-------+ 5 rows in set (0.00 sec)

三、建立 orders表 (有主键和非空的要求)

​ mysql> create table orders(     -> id int primary key,     -> name varchar(100) not null,     -> price float,     -> quantity int,     -> category varchar(50)); Query OK, 0 rows affected (0.03 sec)  mysql> desc orders; +----------+--------------+------+-----+---------+-------+ | Field    | Type         | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+-------+ | id       | int          | NO   | PRI | NULL    |       | | name     | varchar(100) | NO   |     | NULL    |       | | price    | float        | YES  |     | NULL    |       | | quantity | int          | YES  |     | NULL    |       | | category | varchar(50)  | YES  |     | NULL    |       | +----------+--------------+------+-----+---------+-------+ 5 rows in set (0.00 sec)  ​

四、建立invoices表 (有主键自增长,外键关联,数值范围的要求)

mysql> create table invoices(     -> number int primary key,     -> order_id int,foreign key (order_id) references orders(id),     -> in_date date,     -> total_amount float ,check(total_amount>0)); Query OK, 0 rows affected (0.04 sec)  mysql> alter table invoices modify number int auto_increment; Query OK, 0 rows affected (0.06 sec) Records: 0  Duplicates: 0  Warnings: 0  mysql> desc invoices; +--------------+-------+------+-----+---------+----------------+ | Field        | Type  | Null | Key | Default | Extra          | +--------------+-------+------+-----+---------+----------------+ | number       | int   | NO   | PRI | NULL    | auto_increment | | order_id     | int   | YES  | MUL | NULL    |                | | in_date      | date  | YES  |     | NULL    |                | | total_amount | float | YES  |     | NULL    |                | +--------------+-------+------+-----+---------+----------------+ 4 rows in set (0.00 sec)

相关内容

热门资讯

透视窍要!德普之星有透视辅助吗... 透视窍要!德普之星有透视辅助吗,德扑圈透视挂(透视)真是有透视方法(哔哩哔哩)1、实时德普之星有透视...
透视教材!wpk透视辅助方法,... 透视教材!wpk透视辅助方法,wpk插件(透视)竟然真的有透视插件(哔哩哔哩)wpk透视辅助方法脚本...
透视演示!aapoker真的假... 透视演示!aapoker真的假的,aapoker透视方法(透视)本来存在有透视器(哔哩哔哩)一、aa...
透视练习!hhpoker开挂教... 透视练习!hhpoker开挂教程,hhpoker到底可以作必弊吗(透视)真是真的有脚本教程(哔哩哔哩...
透视法门!hh poker辅助... 透视法门!hh poker辅助器先试用,hhpoker德州透视挂(透视)原来是真的透视app(哔哩哔...
透视烘培!hhpoker透视脚... 您好,hhpoker透视脚本下载这款游戏可以开挂的,确实是有挂的,需要了解加去威信【48527505...
透视积累!德州透视脚本,xpo... 透视积累!德州透视脚本,xpoker怎么作必弊(透视)果然真的是有脚本app(哔哩哔哩)1、上手简单...
透视法子!哈糖大菠萝破解器,e... 透视法子!哈糖大菠萝破解器,epoker透视底牌(透视)总是真的是有脚本神器(哔哩哔哩)一、哈糖大菠...
透视绝活!拱趴大菠萝万能辅助器... 透视绝活!拱趴大菠萝万能辅助器,德州透视竞技联盟(透视)一直有透视挂(哔哩哔哩)1、完成拱趴大菠萝万...
透视总结!aa poker透视... 透视总结!aa poker透视软件,aapoker辅助器怎么用(透视)好像是有透视攻略(哔哩哔哩)1...