资源列表
[SQL Server数据库] SchemaDemo
说明:SQL Server实现架构Schema定义的语言,使用Transact-SQL实现。-An implementation of SQL Server Schema-definition in Transact-SQL form.<YangShan> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[SQL Server数据库] asp
说明:asp记录集相关操作,SQL一些重要的语句-asp record set related operations, SQL statement a number of important<小兵> 在 2025-02-07 上传 | 大小:6kb | 下载:0
[其他数据库] ABAP_db_Operate
说明:这是SAP的开发语言,ABAP数据库操作实例-This is a develop language for sap,ABAP-Database Operate sample.<彭鹏> 在 2025-02-07 上传 | 大小:4kb | 下载:0
[SQL Server数据库] CRUD_LogBackUp_Trigger
说明:这个是关于T-SQL 触发器的一些简单CRUD操纵备份。-It s about T-SQL trigger of Simmple CRUD controls to backup<Jimmy> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[SQL Server数据库] RestoreDB
说明:对数据库进行备份,包括导出sql文件和导入sql文件-restore the database,include import and export the sql<stone> 在 2025-02-07 上传 | 大小:1kb | 下载:0
[SQL Server数据库] code
说明:员工培训系统,数据库SQL2k,自己写的一个用来管理的系统-Staff training system, database SQL2k, to write a system to manage<king> 在 2025-02-07 上传 | 大小:141kb | 下载:0
[SQL Server数据库] Useful-SQL-statement
说明:十分有用的SQL语句, select a.S# from (select s#,score from SC where C#= 001 ) a,(select s#,score from SC where C#= 002 ) b where a.score>b.score and a.s#=b.s#-Useful SQL statement select a.S# from (select s#,sco<万成> 在 2025-02-07 上传 | 大小:4kb | 下载:0
[Oracle数据库] Oracle-rownum
说明:对于rownum来说它是oracle系统顺序分配为从查询返回的行的编号,返回的第一行分配的是1,第二行是2,依此类推,这个伪字段可以用于限制查询返回的总行数,而且rownum不能以任何表的名称作为前缀。-Rownum oracle for the system in order for the distribution of which is from the number of rows returned by the query a<小志> 在 2025-02-07 上传 | 大小:6kb | 下载:0
[SQL Server数据库] ShoppingCartExample
说明:Demo Source code for online shopping project<Sachin> 在 2025-02-07 上传 | 大小:2.47mb | 下载:0
[Oracle数据库] Oracle_Delete
说明:Oracle删除重复记录. 删除表中多余的重复记录,方法一:重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录.方法二:利用游标。 -Oracle delete duplicate records. Delete unwanted duplicate records in the table, Method One: duplicate records are based on a sing<小志> 在 2025-02-07 上传 | 大小:3kb | 下载:0