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)

相关内容

热门资讯

妙计f辅助!wepoker新号... 妙计f辅助!wepoker新号好一点吗,hhpoker软件靠谱吗,详情教程(有挂分析)1、每一步都需...
模板f辅助!wepoker怎么... 模板f辅助!wepoker怎么挂底牌,hhpoker到底可以作弊吗,辅助教程(有挂技巧)hhpoke...
教材f辅助!We poker辅... 教材f辅助!We poker辅助器下载,wepoker有辅助吗,必备教程(有人有挂)1、下载好We ...
指南f辅助!wepokerh5... 指南f辅助!wepokerh5破解,大菠萝免费辅助,普及教程(有挂辅助)在进入大菠萝免费辅助软件靠谱...
举措f辅助!菠萝辅助器免费版的... 举措f辅助!菠萝辅助器免费版的特点,德普之星私人局辅助免费,开挂教程(有挂神器)1、这是跨平台的菠萝...
机巧f辅助!pokermast... 机巧f辅助!pokermaster破解版,aapoker怎么控制牌,关于教程(有挂讲解)1、aapo...
法门f辅助!wepoker好友... 法门f辅助!wepoker好友局透视,哈糖大菠萝破解器,教你教程(确实有挂)1、这是跨平台的哈糖大菠...
讲义f辅助!wpk官网下载链接... 讲义f辅助!wpk官网下载链接,xpoker辅助器,解迷教程(有挂实锤)wpk官网下载链接能透视中分...
总结f辅助!HH平台挂,wpk... 总结f辅助!HH平台挂,wpk是真的还是假的,有挂教程(有人有挂)1、很好的工具软件,可以解锁游戏的...
手段f辅助!sohoopoke... 手段f辅助!sohoopoker辅助,菠萝德州透视脚本,揭露教程(有挂方法)1、实时菠萝德州透视脚本...