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)

相关内容

热门资讯

重磅来袭!wepoker辅助挂... 重磅来袭!wepoker辅助挂多功能透视工具,真是有挂(有挂猫腻)1、不需要AI权限,帮助你快速的进...
分享一款!aapoker辅助挂... 分享一款!aapoker辅助挂多功能透视工具,竟然存在有挂(有挂详情)1、进入到aapoker是否有...
一分钟了解!德普之星辅助挂多功... 一分钟了解!德普之星辅助挂多功能透视工具,其实存在有挂(有挂详情)1、每一步都需要思考,不同水平的挑...
2024教程!wepoker辅... 2024教程!wepoker辅助挂多功能透视工具,切实是有挂(揭秘有挂)1)wepoker有没有挂:...
重大科普!WPK辅助挂多功能透... 重大科普!WPK辅助挂多功能透视工具,确实真的有挂(确实有挂)1、玩家可以在WPK透视最简单三个步骤...
让我来分享经验!WPK辅助挂多... 让我来分享经验!WPK辅助挂多功能透视工具,确实存在有挂(有挂细节)在进入WPK软件靠谱后,参与本局...
科技分享!wpk辅助挂多功能透... 科技分享!wpk辅助挂多功能透视工具,确实是有挂(有挂工具)1、首先打开wpk辅助器下载最新版本,在...
科技介绍!AAPoKer辅助挂... 科技介绍!AAPoKer辅助挂多功能透视工具,真是有挂(揭秘有挂)1、不需要AI权限,帮助你快速的进...
发现一款!智星德州扑克辅助挂多... 发现一款!智星德州扑克辅助挂多功能透视工具,确实存在有挂(有挂猫腻)1、智星德州扑克免费辅助多个强度...
玩家攻略推荐!红龙poker辅... 玩家攻略推荐!红龙poker辅助挂多功能透视工具,切实是真的有挂(了解有挂)1、红龙poker有没有...