资源包括: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
sql注入总结 语句精简 类型丰富 种类齐全 值得学习 欢迎借鉴
2022-03-16 16:27:00 17KB SQL注入
1
阿里的面试题50道,整合了所有的答案,里面有我自己根据题目编写的数据,代码可以运行,都有结果,对刚开始学SQL语句的同学有很大的帮助。
2022-03-15 20:08:22 1.05MB 阿里面试 数据库 SQL语句
1
适用的数据库:8i, 9i数据库下该脚本通用功能:导出一个用户的数据结构,包括表、视图、索引、约束、存储过程、触发器、函数、序列等等的定义,并且每个定义为一个文件 导出的各个对象的定义格式比较规范。 如表的定义为: prompt Create Table BBNACTIVEHISTORY CREATE TABLE test( USERID VARCHAR2(20) NOT NULL, SPUSERID VARCHAR2(30) NOT NULL, PRODUCTID VARCHAR2(20) NOT NULL, GAMETYPE NUMBER NOT NULL, STARTTIME DATE NOT NULL, CHARGED CHAR(1) default 'N' NOT NULL ); 每个存储过程有多个参数,可以控制输出何种形式的内容,如可以只生成删除表的sql,可以在生成的创建表与索引的语句上加上storage子句等等。运行 user_dll_sql.sql的准备工作:1. 修改win_mkdir.bat文件,以便生成存放生成脚本的基本目录及其子目录 win_mkdir.bat文件生成上面所需要的所有目录 打开win_mkdir.bat文件,修改BASE_DIC变量的值,如c:\temp\,该目录是存放生成的脚本文件的基本目录 2. 运行 win_mkdir.bat文件创建必要的目录3. 用sql*plus以想导出数据结构的用户登陆到数据库 运行user_dll_sql.sql 生成文件的路径文件,生成所有的ddl语句 运行文件时,将存放生成脚本的基本目录作为参数(与步骤1改的基本目录一样)传入, ?要根据需要改为实际的目录 SQL> @?\user_ddl_sql.sql c:\temp\ 说明: 运行win_mkdir.bat,文件后,会自动在生成脚本的基本目录下产生如下目录: procedures, functions, triggers, packages, temp_sql. 每个目录的作用如下: procedures: 该目录存放存储过程, 有子目录separ_files, 该目录下的每个文件都是一个存储过程的源代码 functions: 该目录存放函数, 有子目录separ_files, 该目录下的每个文件都是一个函数的源代码 triggers: 该目录存放触发器, 有子目录separ_files, 该目录下的每个文件都是一个触发器的源代码 packages: 该目录存放包, 有子目录separ_files, 该目录下的每个文件都是一个包的源代码 有子目录separ_headbobdy_file, 该目录下的每个文件都是一个包的包头或包体的源代码 temp_sql:存放生成的临时文件
2022-03-15 13:20:31 13KB oracle
1
3.创建数据库时同时创建文件组 create database cc on primary ( name='cc', filename='e:\cc.mdf', size=1mb, maxsize=3mb, filegrowth=10% ), filegroup f1 ( name='cc_data1', filename='e:\cc_data1.ndf', size=1mb, maxsize=3mb, filegrowth=10% ) log on ( name='cc_log1', filename='e:\cc_log1.ldf', size=1mb, maxsize=3mb, filegrowth=1mb ) 用filegroup关键字来指定文件组, 注意:文件组只能用于辅数据文件。 在创建文件组的时候,必须为文件组添加一个辅助文件!
2022-03-15 02:38:33 670KB sql命令
1
初学C#WIN form作的一个作品,感觉不错, 动态选项卡模式,有加密功能,图片裁剪和上传 里面包含了程序源码,数据库,及SQL语句等。
2022-03-14 19:01:16 1.57MB IT 系统 管理 产品
1
直接使用SQL语句读取Excel表格内容,把表中内容导入数据库中
1
SQLSERVER服务器健康检查内容对应语句,用于检查数据库状态
2022-03-10 20:06:10 4KB SQL
1
with语句的主要用法是对语句中使用的对象进行异常安全的清除.确保文件已关闭,锁定已释放,上下文恢复等.本文通过实例代码给大家介绍Python中的CSV文件使用"with"语句的相关知识,感兴趣的朋友一起看看吧
2022-03-09 17:07:15 41KB python 中的csv 文件 python
1
经典的关联语句经典的关联语句经典的关联语句经典的关联语句经典的关联语句
2022-03-09 16:16:20 2KB sql
1