All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
ASP.NET,2.0打造购物车和支付系统之二_[Asp.Net教程]
sql年月日计算方法_[SQL Server教程]
visual c++ 中抽象类与纯虚函数的用法
使用C#的反射机制时遇到的问题_.net资料_编程技术
PHP5.2.0中allow_url_include的应用和解释_php资料_编程技术
ASP.NET生成高质量缩略图通用函数(C#代码),支持多种生成方式_[Asp.Net教程]
asp.net2.0服务器控件之ImageButton控件
asp.net2.0内置Request对象的属性
PHP has encountered an Access Violation解决方法总结_[PHP教程]
C#中TextBox控件应用实例
Reading number is top 10 pictures
壮丽的云彩1
各种囧况!玩游戏最不喜欢出现的十件事(点评)
奇趣的世界记录2
In the world the most mysterious 21 place landscape1
girl of HuNan name is LiXiang(湖南辣姐李湘的写真)
Desktop Wallpapers1
这才叫绝色美女2
农夫山泉变身记
The terra-cotta warriors1
美女就是美女
Download software ranking
Boxer's Top ten classic battle4
The king of fighters 97(Mobile phone games-apk)
Boxer's Top ten classic battle7
The Bermuda triangle2
徐若瑄成名作“魔鬼天使”
I'm come from Beijing1
Boxer vs Yellow1
Tram sex maniac 2 (H) rar bag2
Unix video tutorial13
asp.netWeb服务器高级编程
delv published in(发表于) 2013/12/30 4:38:45 Edit(编辑)
SQL中的DDL,DML,DCL语言_mssql学习_编程技术

SQL中的DDL,DML,DCL语言_mssql学习_编程技术

SQL中的DDL,DML,DCL语言_mssql学习_编程技术-你的首页-uuhomepage.com
感觉自己是比较笨的,学习过SQL语言,但是却分不太清楚DDL、DML、DCL语言,所以呢,今天就厚着脸皮问了老师,现在就自己目前的了解来总结一下。
1、DDL(DATA DEFINITION LANGUAGE)数据描述语言
DDL语句不会产生还原数据,所以删除的数据也是无法恢复的
CREATE - to create objects in the database
ALTER - alters the structure of the database
DROP - delete 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
GRANT - gives user's access privileges to database
REVOKE - withdraw access privileges given with the GRANT command
2、DML(DATA MANIPULATION LANGUAGE)数据操纵鱼语言
SELECT - retrieve data from the a database
INSERT - insert data into a table
UPDATE - updates existing data within a table
DELETE - deletes all records from a table, the space for the records remain
CALL - call a PL/SQL or Java subprogram
EXPLAIN PLAN - explain access path to data
LOCK TABLE - control concurrency
3、DCL(DATA CONTROL LANGUAGE)数据控制语言
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 what rollback segment to use
感觉是要好那么一点了,至少不那么糊涂了,毕竟自己也学了那么久,不能什么都不知道三,不能只晓得就一个create、update、drop,嘿嘿!!!




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.