带你认识oracle中的DDL、DML、DCLOracle认证考试

文章作者 100test 发表时间 2009:12:15 22:09:53
来源 100Test.Com百考试题网


"libai">

  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 - 0delete objects from the database

  TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed

  COMMENT - add comments to the data dictionary

  RENAME - rename an object

  DML

  Data Manipulation Language (DML) statements are used for managing data within schema objects. Some examples:

  SELECT - retrieve data from the a database

  INSERT - insert data into a table

  UPDATE - 0updates existing data within a table

  DELETE - 0deletes all records from a table, the space for the records remain

  MERGE - UPSERT operation (insert or 0update)

  CALL - call a PL/SQL or Java subprogram

  EXPLAIN PLAN - explain access path to data

  LOCK TABLE - control concurrency

  DCL

  Data Control Language (DCL) statements. Some examples:

  GRANT - gives users access privileges to database

  REVOKE - withdraw access privileges given with the GRANT command

  TCL

  Transaction Control (TCL) statements are used to manage the changes made by DML statements. It allows statements to be grouped together into logical transactions.

  COMMIT - save work done

  SAVEPOINT - identify a point in a transaction to which you can later roll back

  ROLLBACK - restore database to original since the last COMMIT

  SET TRANSACTION - Change transaction options like isolation level and what rollback segment to use

  编辑特别推荐:

  oracle认证考试费用

  查看修改ORACLE10G归档日志空间的限制

  Oracle的入门心得



相关文章


Oracle数据库服务器参数文件管理技巧Oracle认证考试
oracle中对排序的总结Oracle认证考试
Oracle内存参数调优技术详解Oracle认证考试
Oracle中的to_date格式Oracle认证考试
带你认识oracle中的DDL、DML、DCLOracle认证考试
使用OracleText进行全文检索Oracle认证考试
Oracle10gforAIX5309rootpre.sh执行错误Oracle认证考试
oracle行转列组合成字符串函数Oracle认证考试
为Oracle增加计划任务Oracle认证考试
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛