Oracle DDL,DML,DCL,TCL 基础概念
发布时间:2020-12-12 15:44:25 所属栏目:百科 来源:网络整理
导读:DDL Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples: CREATE - to create objects in the database ALTER - alters the structure of the database DROP - delete objects from the databa
DDLData Definition Language (DDL) statements are used to define the database structure or schema. Some examples:
|