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德州有挂吗,解密教程(有挂工具)hhpoker德州...
诀窍f辅助!hhpoker德州... 诀窍f辅助!hhpoker德州作弊,wejoker手机版透视脚本,关于教程(讲解有挂)1、首先打开w...
教材f辅助!werplan怎么... 教材f辅助!werplan怎么透视,悟空黑桃a有挂嘛,解密教程(讲解有挂)1、悟空黑桃a有挂嘛公共底...
诀窍f辅助!如何下载wepok... 诀窍f辅助!如何下载wepoker安装包,hhpoker德州真的假的,分享教程(有挂透视)如何下载w...
总结f辅助!wepoker辅助... 总结f辅助!wepoker辅助器怎么弄,pokernow辅助工具,推荐教程(确实有挂)进入游戏-大厅...
要领f辅助!约局吧游戏挂,xp... 要领f辅助!约局吧游戏挂,xpoker怎么作弊,辅助教程(真实有挂)1、进入到约局吧游戏挂是否有挂之...
总结f辅助!德州私人局脚本,a... 总结f辅助!德州私人局脚本,aapoker破解侠是真的吗,关于教程(有挂解密)1、上手简单,内置详细...
绝活f辅助!wepoker轻量... 绝活f辅助!wepoker轻量版辅助,hhpoker透视工具,解迷教程(有挂猫腻)一、wepoker...
大纲f辅助!拱趴大菠萝挂哪里,... 大纲f辅助!拱趴大菠萝挂哪里,wepoker线上大神,普及教程(有挂存在)1、在拱趴大菠萝挂哪里插件...
技法f辅助!哈糖大菠萝能开挂吗... 技法f辅助!哈糖大菠萝能开挂吗,hhpoker德州机器人,曝光教程(有挂分析)1、上手简单,内置详细...