- 7
- 0
- 约2.17万字
- 约 74页
- 2016-09-20 发布于浙江
- 举报
Aggregate Functions – Group By Find the number of depositors for each branch. Note: Attributes in select clause outside of aggregate functions must appear in group by list count (distinct *) is false select branch_name, count (distinct customer_name) from depositor, account where depositor.account_number = account.account_number group by branch_name Aggregate Functions – Having Clause Find the names of all branches where the average account balance is more than $1,200. Note: predicates in the having clause are applied after the formation of groups
您可能关注的文档
- “大手拉小手,共筑祖国新未来”社会实践报告.docx
- “大手拉小手,共筑祖国新未来”实践报告.doc
- 《Database System Concepts Course Introduction》ch01.ppt
- 《Database System Concepts Course Introduction》ch02.ppt
- 《Database System Concepts Course Introduction》ch04.ppt
- 《Database System Concepts Course Introduction》ch06.ppt
- 《Database System Concepts Course Introduction》ch07.ppt
- 《Database System Concepts Course Introduction》ch12.ppt
- 《Database System Concepts Course Introduction》ch13.ppt
- 《Database System Concepts Course Introduction》ch14.ppt
最近下载
- 安全法律法规培训试题及答案解析.doc VIP
- 消防法律法规考试题库.pdf VIP
- (高清版)DB13∕T 2770-2018 焊接熔深检测方法.docx VIP
- 高等代数(第五版)张禾瑞习题答案解析.pdf
- 芜湖车务段招聘笔试题库2026.pdf
- 2025年12月全国科学创新实践活动(原华数杯)初中数学八年级竞赛四级组试卷(含答案).docx VIP
- SAE USCAR-2-2020 SAE 标准规范下载.docx VIP
- 初三学习策略讲座PPT模板.pptx VIP
- 100以内的加法和减法( 退位减).pdf VIP
- 国家开放大学《Python语言基础》实验4:条件分支结构基本应用参考答案.docx VIP
原创力文档

文档评论(0)