数据库定义语言:定义数据库的结构。其主要命令有CREATE,ALTER,DROP等,下面用例子详解。该语言不需要commit,因此慎重。CREATE–tocreateobjectsinthedatabase在数据库创建对象例: ALTER–altersthestructureofthedatabase修改数据库结构例: DROP–deleteobjectsfromthedata