SQL is divided into three major parts. Data manipulation language (DML) is used to store and retrieve data from the database. Data description language (DDL) is used to define the structure of the data. Data control language (DCL) is used to restrict access to data by certain users. ...
数据库的组织模式:层次型数据结构网状型数据结构关系型数据结构(MySQL)非关系型数据结构(NoSQL)关系型数据结构图示上图描述了从用户层到物理层的工作结构。 mysql DDL DML DCL 原创 2014-04-09 13:59:08 7086 阅读 1收藏 Linux学习笔记:awk详细用法 一、基础用法awk:报告生成工具;把文件中读取到的每一行的...