资源列表
SQL-language
- 讲解SQL server的PPT,内容精炼简明,是初学者很好的参考资料。-Explain the SQL server in the PPT, the content of refined simplicity, is a good reference for beginners.
testDB
- 用java编写的学生信息管理系统,基于sqlserver2000,用jdbc实现与数据库的连接。希望对大家有所帮助。-Written by java student information management system, based on sqlserver2000, with jdbc connection with the database. We want to help.
sql
- 数据库系统概论-第四版-高教版-王珊-习题答案-Introduction to Database Systems- Fourth Edition- Education Version- Wang Shan- exercise answer
database
- 大学计算机必修课程《数据库》课件 ppt讲解-Compulsory course Computer Science " database" to explain courseware ppt
sqlite(chm)
- 有关SQLite 的极好英文资料,已经处理成CHM格式。-Excellent information in English about SQLite has been processed into CHM format.
create-table
- 表的创建,包括主外键的设置和创建,是一个最基本的Sql文件,可以直接导入数据库,就能成功运行。-Create table
trigger
- 触发器的创建,多种触发器的创建,可以直接引起触发。-Triggers the creation of the creation of a variety of triggers, can cause the trigger.
create-stored-procedure
- 存储过程的创建,里面包含47种不同的存储过程的创建语句,可以直接运行。-Create a stored procedure, which contains 47 different stored procedure create statement, can be directly run.
create-view
- 数据库中视图的创建过程,简单明了,便于理解。-View the database creation process is simple, easy to understand.
defined-function
- 用户自定义函数的创建,介绍多种不同的自定义函数的实现过程。-The creation of user-defined function to introduce a variety of custom function realization.
SQL
- SQL系统存储过程(参考) 存储过程是一组带有控制结构的SQL语句,存储在数据库服务器上,以便完成特定的任务。粗略地讲,存储过程就是存储在数据库服务器上的一组(已经编译好的)可执行代码。这些过程是在服务器端存储和被执行,具有立即访问数据库的能力,可以被重复调用。使用存储过程不需要重新执行语法分析、语义检查和优化分析,减少网络通讯,具有很多优点。-SQL process of saving
sql
- sql分页查询,生成存储过程。简单很容易就能看懂-sql query page to generate stored procedures. Simple and very easy to understand