- 6
- 0
- 约1.52万字
- 约 18页
- 2017-06-05 发布于河南
- 举报
sql数据库常用命令(国外英文资料)
sql数据库常用命令
Displaying the current server version:
Select the version ();
Display current date time:
The select now ();
Display current user:
Select the user ();
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
MySQL statement specification:
The keywords and function names are all capitalized;
Database name, table name, field name all lowercase;
The SQL statement must end with a semicolon.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
Create a database: / / within which {} is required and [] is optional
CREATE {DATABASE or SCHEMA} [IF NOT EXISTS] db_name
[DEFAULT] CHARACTER SET [=] charset name
For example, create a database named t1:
The CREATE DATABASE t1;
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
View the list of databases under the current server:
SHOW {DATABASES or SCHEMAS}
[LIKE pattern or WHERE expr]
View the warning message:
SHOW WARNINGS;
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Modify database:
ALTER {DATABASE or SCHEMA} [db_name]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Delete database:
DROP {DATABASE or SCHEMA} [IF EXISTS] db_name
-- -- -- -- -- -- -- -- -- -- --
您可能关注的文档
- Adobe Premiere Pro 四种迁移转变字幕(国外英文资料).doc
- ADS原函数 ARX后函数(国外英文资料).doc
- ajax同步异步的差别(国外英文资料).doc
- AIX 卷组、逻辑卷、物理卷的操纵敕令(国外英文资料).doc
- android_makefile(国外英文资料).doc
- AIX基础操纵(国外英文资料).doc
- ansys命令流----前后处理和求解常用命令之求解与后处理(国外英文资料).doc
- AOA重点难点整顿(国外英文资料).doc
- Apache的多种缓存设置方法(国外英文资料).doc
- apache allow&deny详解(国外英文资料).doc
- 2025年北京市门头沟区中考一模英语试题.docx
- 2025年北京市门头沟区中考二模英语试题.docx
- 2025年北京市丰台区中考二模英语试题.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 解析卷.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 原卷.docx
- 2025年肩颈按摩仪行业社媒趋势数据分析.docx
- 2025年人身险行业信用回顾与2026年展望.docx
- 合同法买卖合同培训课件.ppt
- 2025年全球食物系统与SDG研究报告-食物供给、食者健康、生态平衡的整体治理.docx
- 2025下半年四川乐山市川投峨眉铁合金(集团)有限责任公司对考前自测高频考点模拟试题最新.docx
最近下载
- 制鞋技术之成型后段技术培训教材01.pdf VIP
- 磁共振温度图像重建方法、装置、设备、介质及程序产品.pdf VIP
- 金田JTE 388系列变频器使用手册.pdf
- 人教版(PEP)2026-2027学年四年级英语下册教学计划(及进度表).docx
- 东北师范大学2021-2022学年第1学期《线性代数》期末考试试卷(A卷)及标准答案.docx
- 新生儿科消防安全知识培训.pptx VIP
- 第五章+中国的地理差异+课件-2023-2024学年八年级地理下学期人教版.pptx VIP
- 第五章+中国的地理差异+第1课时+课件-2023-2024学年八年级地理下学期人教版.pptx VIP
- 【地理】中国的地理差异第1课时课件-2025-2026学年人教版地理八年级下册.pptx VIP
- 第五章+中国的地理差异+第1课时课件2022-2023学年人教版地理八年级下册.pptx VIP
原创力文档

文档评论(0)