2015-10-15 59 views

回答

1

DML:

數據操縱語言(DML)語句被用於模式對象內管理數據 。

DDL:

數據定義語言(DDL)語句來定義 數據庫結構或模式。一些例子:

由於DML約有關structure of database or schemaobjects in schema of database和DDL會談的會談,我想展示的數據庫屬於他們沒有。

左右,應該在別人

顯示報表基本上是不同類型的,如:

show triggers [database name] [some other info]; 
show databases; 
show priveleges; 

他們實際上屬於Database Administration Statements

Oracle Docs

How to find whether the SQL query type is DML or DDL?