SQL查询语句大全集锦(超经典)
2022-04-03 11:34:10 143KB SQL
1
《Microsoft SQL Server 2008技术内幕:T-SQL查询》一书的源代码及附录A内容。确信可下载,真实有效的内容
2022-03-31 15:12:34 459KB T-SQL查询 源代码 SQLSEVER2008 技术内幕
1
用于CS3223数据库实现的查询优化器 设置 运行source queryenv 运行source build.sh 。 请注意,每次您都需要运行build.sh来重新编译代码,而不是通过诸如IntelliJ之类的任何IDE来生成项目。 建立表格 从这里开始,将新表命名为new_table 创建new_table.det文件,并指定其元数据 运行java RandomDB new_table 。 这将创建new_table.txt ,实际的表,和new_table.md ,系列化模式文件。 将文本文件中的表转换为目标文件 运行java ConvertTxtToTbl new_table.txt 。 这将创建new_table.tbl和new_table.stat 运行查询 运行java QueryMain query.in query.out 运行Quer
2022-03-30 16:30:26 1.97MB Java
1
智能SQL 这里引入了一个名为smartSQL的新解决方案,用于将自然语言查询转换为mySQL查询。 大多数开发人员以及最终用户都可以从该解决方案中受益。 该解决方案是具有基本功能和一些高级功能的Web应用程序。 SmartSQl采用用户首选的mysql数据库架构,并允许根据首选的sql架构将用户的自然语言查询转换为mysql查询。 SmartSQL提供了许多功能,例如创建用户,存储模式,默认用户设置以及其他基本的Web应用程序功能。 不仅如此,用户还可以将数据库架构作为表和列进行查看。 整个smartSQL已在python环境中开发。 用户可以使用smartSQL构建简单查询以及一些复杂查询。 SmartSQL Web应用程序已使用Flask框架和基本的python类概念开发。 该系统的GUI非常简单且具有吸引力。 该项目的开发已在Rational Unified Process方法论
2022-03-28 16:26:15 47.12MB HTML
1
资源包括:19道SQL语句查询题目及答案、建表SQL语句、题目相关的表截图。答案中除了包含intersect、except关键词的答案,其余都在MySQL上跑过,确保运行无误(MySQL不支持intersect、except关键词),因为脑细胞死得有些多,资源分不少请大家见谅。 题目如下: Q:Find all customers who have both an account and a loan at the Perryridge branch.(ps:MySQL不支持intersect运算符) Q:Find the number of depositors for each branch. Q:Find the names of all branches where the average account balance is more than $1,200. Q:Find the names of all branches that have greater assets than all branches located in Brooklyn. Q:Find all accounts with the maximum balance. Q:Find all branches that have greater assets than some branch located in Brooklyn. Q:Find all customers who have both an account and a loan at the bank. Q:Find all customers who have accounts at all branches located in Brooklyn. Q:Find the average account balance at the Perryridge branch. Q:Find the number of tuples in the customer relation. Q:Find the number of depositors in the bank. Q:Find the number of depositors for each branch. Q:Find all customers who have a loan at the bank but do not have an account at the bank. Q:Find all branches where the total account deposit is greater than the average of the total account deposits at all branches. Q:Find all customers who have both an account and a loan at the bank. Q:Find all customers who have at most one account at the Perryridge branch. Q:Provide as a gift for all loan customers of the Perryridge branch, a $200 savings account. Let the loan number serve as the account number for the new savings account. Q:Increase all accounts with balances over $10,000 by 6%, all other accounts receiver 5%.
2022-03-16 19:51:17 780KB SQL 查询语句 数据库作业
1
zabbix-sql, 有用的Zabbix SQL查询 Zabbix SQL repo这个 repo 包含一些Zabbix数据库的有用查询,主要用于清除旧的和/或者孤立的数据。重要说明:使用情况孤立数据旧数据集未使用的数据停止电子邮件泛滥LLD触发器重要说明如果
2022-03-10 22:06:33 11KB 开源
1
数据库自动优化工具(优化SQL查询语句),可自动优化,并提供几组优化语句的执行时间
1
《Microsoft SQL Server 2005技术内幕:T-SQL查询》示例代码
2022-03-07 12:34:51 286KB T-SQL 技术内幕
1
整合了一套crud代码,减少sql查询,封装mysql和mongodb等操作 参数说明https://mp.csdn.net/mp_download/manage/download/UpDetailed
2022-02-23 15:03:03 38KB mysql mongodb sql 数据库
1
Toad for SQLServer
2022-02-13 12:29:20 376.16MB Toad sql查询优化
1