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)

相关内容

热门资讯

玩家必看科普Wepoke最新款... 玩家必看科普Wepoke最新款软件透明挂!(辅助挂)太夸张了原来是有猫腻的(2020已更新)(哔哩哔...
指导大家《Wepoke系统》软... 指导大家《Wepoke系统》软件透明挂,Wepoke系统透明挂脚本(真实有挂);1、点击下载安装,插...
每日必看教程Wepoke私人房... 每日必看教程Wepoke私人房软件透明挂!太坏了原来有挂的(果真有挂)(哔哩哔哩);相信小伙伴都知道...
玩家必看分享《Wepoke挂》... 玩家必看分享《Wepoke挂》软件透明挂!(软件)透明挂渠道(2024已更新)(哔哩哔哩);人气非常...
记者揭秘WPK插件原来真的是有... 记者揭秘WPK插件原来真的是有挂,太坑了其实确实是真的有挂(有挂方略)-哔哩哔哩;WPK软件透明挂是...
交流学习经验!(WPK苹果)辅... 交流学习经验!(WPK苹果)辅助透视!(透视)外挂辅助挂软件(2020已更新)(哔哩哔哩);1、点击...
今日科普《wPk透视辅助》外挂... 今日科普《wPk透视辅助》外挂辅助挂ai(2020已更新)(哔哩哔哩);1、完成的残局,帮助玩家取得...
玩家必看秘籍wePOKE软件透... 玩家必看秘籍wePOKE软件透明挂!(辅助挂)太嚣张了其实确实真的是有挂(2021已更新)(哔哩哔哩...
2024版复盘WePoKer软... 2024版复盘WePoKer软件透明挂!太夸张了原来真的是有挂(有挂分享)(哔哩哔哩);WePoKe...
让我来分享经验Wepoke科技... 让我来分享经验Wepoke科技软件透明挂!(辅助挂)太坑了其实真的是有挂(2023已更新)(哔哩哔哩...