📜  tcl 中的 sql 代码示例

📅  最后修改于: 2022-03-11 15:05:08.786000             🧑  作者: Mango

代码示例1
SQL language is divided into four types
of primary language statements: DML, DDL, DCL and TCL.
 Using these statements,
we can define the structure of a database by
creating and altering database objects, and we can
manipulate data in a table through
updates or deletions.
 We also can control which user can
read/write data or manage transactions
to create a single unit of work