搜索资源列表
sql2000
- 数据库电子教案 第一章:绪论 第二章:关系数据库 第三章:关系数据库标准语言SQL 第四章:数据库安全性 第五章:数据库完整性-Database Electronic Teaching Chapter I: Introduction Chapter II: Relational Database Chapter III: relational database standard language SQL Chapter IV: Database Security Chapte
SQL
- SQL的一些精妙语句实例,适合有一定基础的人来看,可以通过这些语句体会到怎样才可以把SQL用好。举例:1、说明:复制表(只复制结构,源表名:a 新表名:b) (Access可用) 法一:select * into b from a where 1<>1 法二:select top 0 * into b from a - Some exquisite examples of SQL statements, for people who have some basic t
SQL
- 一、数据的描述、定义与更新; 二、数据查询; 三、基本数据库管理方法;(1. Descr iption, definition and update of the data; Ii. Data query; 3. Basic database management methods;)