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)

相关内容

热门资讯

推荐十款!蜀山四川智能辅助插件... 推荐十款!蜀山四川智能辅助插件下载-真的是有外挂(辅助)器(有挂秘诀);详细蜀山四川智能辅助插件下载...
玩家必备科普!四川熊猫辅助器-... 玩家必备科普!四川熊猫辅助器-真的有外挂(辅助)助手(有挂助手);是一款可以让一直输的玩家,快速成为...
必看攻略!pokermaste... 《必看攻略!pokermaster辅助器-是有外挂(辅助)助手(证实有挂)》 pokermaster...
科技通报!九九山城辅助-有外挂... 科技通报!九九山城辅助-有外挂(辅助)插件(有挂存在);超受欢迎的九九山城辅助稳赢小游戏,经典的九九...
攻略讲解!微乐微信小程序辅助软... 攻略讲解!微乐微信小程序辅助软件-真的是有外挂(辅助)助手(有挂攻略);微乐微信小程序辅助软件最新软...
玩家必看科普!朋朋政和麻为什么... 玩家必看科普!朋朋政和麻为什么一直输-真的有外挂(辅助)插件(有挂规律)是一款可以让一直输的玩家,快...
新手必备!wepoker免费透... 新手必备!wepoker免费透视-是有外挂(辅助)app(竟然有挂);一、wepoker免费透视AI...
玩家亲测!广东雀神挂件去那买-... 您好:广东雀神挂件去那买这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户的...
实测发现!吉安中至小程序辅助-... 实测发现!吉安中至小程序辅助-真的有外挂(辅助)软件(有挂实锤);吉安中至小程序辅助是一项吉安中至小...
实测揭晓!wejoker辅助软... 实测揭晓!wejoker辅助软件-真的是有外挂(辅助)器(有挂教程);wejoker辅助软件最新软件...