文件名称:sqlyuju
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:10.78kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
sql语句大全
--语 句 功 能
--数据操作
SELECT --从数据库表中检索数据行和列
INSERT --向数据库表添加新数据行
DELETE --从数据库表中删除数据行
UPDATE --更新数据库表中的数据
--数据定义
CREATE TABLE --创建一个数据库表
DROP TABLE --从数据库中删除表
ALTER TABLE --修改数据库表结构
-sql statement- Go to statement functions- data manipulation SELECT- retrieve data from a database table rows and columns in the INSERT- add new data to the database table rows DELETE- delete data from a database table row UPDATE- update the database table data- data definition CREATE TABLE- create a database table DROP TABLE- remove from the database table ALTER TABLE- change the database table structure ____
--语 句 功 能
--数据操作
SELECT --从数据库表中检索数据行和列
INSERT --向数据库表添加新数据行
DELETE --从数据库表中删除数据行
UPDATE --更新数据库表中的数据
--数据定义
CREATE TABLE --创建一个数据库表
DROP TABLE --从数据库中删除表
ALTER TABLE --修改数据库表结构
-sql statement- Go to statement functions- data manipulation SELECT- retrieve data from a database table rows and columns in the INSERT- add new data to the database table rows DELETE- delete data from a database table row UPDATE- update the database table data- data definition CREATE TABLE- create a database table DROP TABLE- remove from the database table ALTER TABLE- change the database table structure ____
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sql语句大全.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.