搜索资源列表
MYSQL--050906
- mysql使用手册,包括安装配置,sql语句的使用.-mysql user manual, including the installation configuration, the use sql statement.
database_page_div
- 数据库分页SQL语句vs存储过程 MSSQL数据库 MySQL 5.0数据库-Pagination SQL database stored procedures vs MSSQL database MySQL 5.0 database
Material_Management
- 物资管理系统 一 开发环境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 运行 1:创建数据库 将Material.sql中的SQL语句考入SQL Server的查询分析器中,全部运行; 2:建立ODBC数据源 数据原名称为Material_MIS-a material management system dev
exercise2
- 数据库作业,就是写sql语句实现对个项的查询功能
mysql
- mysql的接口实现 执行sql语句 example: select * from t_text
vc连接mysql范例
- vc连接mysql范例。包括创建数据源,连接数据库,sql语句操作接口-vc connection mysql example. Including the creation of data source, database connection, sql statement interface
DBconnect
- 数据库连接SQL语句,查询和更新数据库信息-Database Connection SQL statements, query and update the database information
CDataBase
- mysql C API 封装类, 主要功能为建立与关闭MySql数据库连接, 执行Sql语句以及返回查询的数据集-mysql C API package type, the main function for the establishment and closure of MySql database connection, the implementation of Sql query statement and return a data set
MySQL
- 帮助你快速掌握sql语句,了解mysql语法-To help you quickly master the sql statement to understand the mysql syntax
sql003
- 计算机软件工\实操试题\试题\第三套解答二、SQL程序设计 要求:将本题的每步操作的SQL语句输入到windows的记事本,保存在m:\sql003目录下面。文件名为MySql.txt。并在sql2000环境中执行这些sql语句。(25分) 一、 请在企业管理器中创建以下数据库:(2分)(提示,可以使用企业管理器建立数据库和下面的表格,也可以使用sql语句) 数据库名称:学生管理 -Computer Software Engineering \ practical oper
3gabs
- 数据库管理系统,sql语句的创建和使用,数据的关联-Database management system, sql statements to create and use data related
mysql-command-daquan
- mysql命令大全是学习SQL语句重要的参考知识,学习SQL语句的必要的资料。-mysql command Daquan is important to learn the SQL statement reference knowledge, learning SQL statements necessary information.
sql
- 经典sQl语句大全,mysql常用语句大全-sql
sql
- sql语句,常用sql用法,常用语法,备用材料很实用-sql statement, sql common usage, common syntax, very practical alternative materials
sql-of-insert-massive-data
- 用于插入海量数据的sql语句,尽可能在最短时间内完成insert工作-important experience on inserting massive data in MySQL
sql
- 动态SQL语句拼接,多条件查询可选,动态SQL语句拼接,多条件查询可选-Dynamic sql statement stitching, multi-condition optional query
MySql
- 基础的MySql电子教程,详细讲解数据库软件的安装,SQL语句的基本语法(Basic MySql electronic tutorials, explain in detail the installation of database software, SQL statement of basic syntax)
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com
sql语句的执行顺序
- SELECT语句的执行顺序大家比较少关注,下面将为您详细介绍SQL语句中SELECT语句的执行顺序,供您参考,希望对您能够有所帮助。(SELECT statement execution order We are less concerned about the following will give you a detailed introduction of the SELECT statement in the SQL statement execution order, for your
递归查询子级和父级.sql
- 在sqlserver数据库中,使用递归查询子级和父级的sql语句。