当前位置:网站首页>MySQL-DDL
MySQL-DDL
2022-06-21 11:46:00 【绝牛雷犁热刀】
/* DDL(Data Definition Language),数据定义语言,该语言部分包括以下内容: 1.对数据库的常用操作 2.对表结构的常用操作 3.修改表结构 */
# 查看所有数据库
show databases;
# 创建数据库
# create database db;
# if not exists:可选操作,如果不存在则创建
create database if not exists db;
# 选择要使用的数据库
use db;
# 删除数据库
# drop database db;
# if exists:可选操作,如果存在则删除
drop database if exists db;
# 修改数据库编码
alter database db character set utf8;
# 创建表
create table if not exists student
(
sid int,
name varchar(20),
gender varchar(10),
age int,
birthday date,
address varchar(20),
score double
);
# 查看当前数据库的所有表
show tables;
# 查看指定表的创建语句
show create table student;
# 查看表结构
desc student;
# 删除表
drop table if exists student;
# 修改表结构
# 添加列
alter table student
add dept varchar(20);
# 修改列名和类型
alter table student
change dept department varchar(30);
# 删除列
alter table student
drop department;
# 修改表名
rename table student to stu;
边栏推荐
- DevSecOps:初入江湖
- numpy | 插入不定长字符数组测试OK
- In the graduation season, tell me about my feelings when I first entered the workplace as a student
- Citus 11 for Postgres 完全开源,可从任何节点查询(Citus 官方博客)
- 2022 safety officer-b certificate retraining question bank and simulated examination
- 工厂模式实现
- Use praise to improve performance 
- QT operation on SQLite database multithreading
- Broken knowledge
- Flink调优(一)资源调优、背压问题的分析
猜你喜欢

Getting started with data visualization

Illustrated with pictures and texts -- wechat applet to obtain the user's geographic location information and call Tencent map API to obtain the user's specific location

You must get started with boost

Hezhili: microbial driven carbon nitrogen sulfur phosphorus cycle in mangrove wetland sediments and its coupling mechanism

矩形覆盖面积

R & S oscilloscope software, introduction to upper computer software ns-scope of rod and Schwartz oscilloscope

Machine learning 2-linear regression

Citus 11 for Postgres is completely open source and can be queried from any node (citus official blog)

Interesting research on mouse pointer interaction

Flink调优(一)资源调优、背压问题的分析
随机推荐
【100个 Unity踩坑小知识点】| Unity 使用Quaternion.AngleAxis随机一个方向
2022年安全员-C证上岗证题目及答案
DDoS攻击与防御:从原理到实践
第k小__
Getting started with data visualization
5 best practices for perfect security code auditing
QML introduction to advanced
Shell process control - 35. Multi branch case conditional statements
Never ending database injection attack and defense
中信建投券商是跟启牛学堂存在什么关系?开券商账户安全吗
2022 safety officer-c certificate title and answer
You must get started with boost
Formation harmonyos I
碎知识...
当GDPR来敲门
是德示波器軟件,Keysight示波器上比特機軟件NS-Scope
One article quick learning - playing with MySQL time operation function and detailed explanation of time matching operation + instance code
矩形覆盖面积
What is the relationship between CSC securities and qiniu school? Is it safe to open a brokerage account
Est le logiciel d'oscilloscope allemand, le logiciel d'ordinateur hôte d'oscilloscope keysight NS scope