数据库电子版作业.doc

数据库电子版作业.doc

ID:58685683

大小:164.00 KB

页数:9页

时间:2020-10-12

数据库电子版作业.doc_第1页
数据库电子版作业.doc_第2页
数据库电子版作业.doc_第3页
数据库电子版作业.doc_第4页
数据库电子版作业.doc_第5页
资源描述:

《数据库电子版作业.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、1、select*fromProductswhereProductNamelike'%en'orProductNamelike'%ton'2、selecttop5*fromProductswhereUnitPricebetween15and25orderbyNEWID()3、selectCustomerID,CityfromCustomerswhereCountry='USA'4、select*fromSupplierswherePostalCodelike'[A-Z]%'andFaxisnotnull5、selectReportsTofro

2、mEmployeeswhereTitle='SalesRepresentative'6、select*fromOrderswhereShippedDate<'2009-6-30'andRequiredDate208、selectSupplierID,CategoryID,AVG(UnitPrice)fromProductsgroupbySuppl

3、ierID,CategoryIDorderbySupplierID,CategoryID9、selectSupplierID,COUNT(UnitPrice)fromProductswhereUnitPrice<20groupbySupplierID10、selectCustomerID,month(OrderDate)asmonth,COUNT(OrderID)fromOrderswhereOrderDatebetween'2009-1-1'and'2009-12-31'groupbyCustomerID,month(OrderDate)1

4、1、selecta.productid,count(a.OrderID),SUM(amount)fromOrderItemsasainnerjoinOrdersasbona.OrderID=b.OrderIDwhereyear(b.OrderDate)='2009'groupbya.ProductIDorderbya.ProductID12、selecta.employeeid,a.lastname+''+a.FirstNameasfullname,SUM(c.Amount)assumfromEmployeesasainnerjoinOrde

5、rsasbona.EmployeeID=b.EmployeeIDinnerjoinOrderItemsasconb.OrderID=c.OrderIDgroupbya.EmployeeID,a.lastname+''+a.FirstNamehavingSUM(c.Amount)>150000013、select*fromProductswhereCategoryID=(selectCategoryIDfromProductswhereProductName='tofu')andUnitPrice>(select2*UnitPricefromP

6、roductswhereProductName='tofu')14、selectCategoryID,AVG(UnitPrice)fromProductsgroupbyCategoryIDhavingAVG(UnitPrice)>(selectAVG(a.UnitPrice)fromProductsasainnerjoinCategoriesasbona.CategoryID=b.CategoryIDwhereb.CategoryName='Beverages')15、selectCustomerID,COUNT(OrderID)fromOr

7、dersgroupbyCustomerIDhavingCOUNT(OrderID)>20orderbycustomerid16、selectCustomerID,COUNT(OrderID)asnumintotembfromOrdersgroupbyCustomerIDselect*fromtembwherenum=(selectMAX(num)fromtemb)17、selectOrderID,COUNT(ProductID)asnumintotembfromOrderItemsgroupbyOrderIDorderbyOrderIDsel

8、ectorderidfromtembwherenum=(selectMAX(num)fromtemb)18、selectCategoryID,COUNT(Produ

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。