Display only the products (name and ID) that have a quantity greater than the average quantity of all products.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Display only the products (name and ID) that have a quantity greater than the average quantity of all products.

## Northwinds Data Model

The Northwinds Data Model is presented in the image, showcasing the relationships between various tables in a relational database. This data model is often used to illustrate the structure and relationships typical of a company's business data. Below is a detailed description of each table and the relationships between them.

### Suppliers Table
- **SupplierID** (Primary Key)
- CompanyName
- ContactName
- ContactTitle
- Address
- City
- Region
- PostalCode
- Country
- Phone
- Fax

### Products Table
- **ProductID** (Primary Key)
- ProductName
- **SupplierID** (Foreign Key to Suppliers)
- **CategoryID** (Foreign Key to Categories)
- QuantityPerUnit
- UnitPrice
- UnitCost
- UnitsInStock
- UnitsOnOrder
- ReorderLevel
- Discontinued

### Order Details Table
- **OrderID** (Primary Key)
- **ProductID** (Primary Key)
- UnitPrice
- Quantity

### Orders Table
- **OrderID** (Primary Key)
- CustomerID
- EmployeeID
- OrderDate
- RequiredDate
- ShippedDate
- ShipVia
- Freight
- ShipName
- ShipAddress
- ShipCity
- ShipRegion
- ShipPostalCode
- ShipCountry

### Customers Table
- **CustomerID** (Primary Key)
- CompanyName
- ContactName
- ContactTitle
- Address
- City
- Region
- PostalCode
- Country
- Phone
- Fax

### Categories Table
- **CategoryID** (Primary Key)
- CategoryName
- Description

### Employees Table
- **EmployeeID** (Primary Key)
- LastName
- FirstName
- Title
- TitleOfCourtesy
- BirthDate
- HireDate
- Address
- City
- Region
- PostalCode
- Country
- HomePhone
- Extension
- Notes
- ReportsTo

### Shippers Table
- **ShipperID** (Primary Key)
- CompanyName
- Phone

### Relationships Explained
The visual representation outlines the one-to-many (1:M) relationships between various tables:
- The **Suppliers** table is linked to the **Products** table through SupplierID, indicating that each supplier can supply multiple products.
- The **Products** table is connected to the **Order Details** table through ProductID, showing
Transcribed Image Text:## Northwinds Data Model The Northwinds Data Model is presented in the image, showcasing the relationships between various tables in a relational database. This data model is often used to illustrate the structure and relationships typical of a company's business data. Below is a detailed description of each table and the relationships between them. ### Suppliers Table - **SupplierID** (Primary Key) - CompanyName - ContactName - ContactTitle - Address - City - Region - PostalCode - Country - Phone - Fax ### Products Table - **ProductID** (Primary Key) - ProductName - **SupplierID** (Foreign Key to Suppliers) - **CategoryID** (Foreign Key to Categories) - QuantityPerUnit - UnitPrice - UnitCost - UnitsInStock - UnitsOnOrder - ReorderLevel - Discontinued ### Order Details Table - **OrderID** (Primary Key) - **ProductID** (Primary Key) - UnitPrice - Quantity ### Orders Table - **OrderID** (Primary Key) - CustomerID - EmployeeID - OrderDate - RequiredDate - ShippedDate - ShipVia - Freight - ShipName - ShipAddress - ShipCity - ShipRegion - ShipPostalCode - ShipCountry ### Customers Table - **CustomerID** (Primary Key) - CompanyName - ContactName - ContactTitle - Address - City - Region - PostalCode - Country - Phone - Fax ### Categories Table - **CategoryID** (Primary Key) - CategoryName - Description ### Employees Table - **EmployeeID** (Primary Key) - LastName - FirstName - Title - TitleOfCourtesy - BirthDate - HireDate - Address - City - Region - PostalCode - Country - HomePhone - Extension - Notes - ReportsTo ### Shippers Table - **ShipperID** (Primary Key) - CompanyName - Phone ### Relationships Explained The visual representation outlines the one-to-many (1:M) relationships between various tables: - The **Suppliers** table is linked to the **Products** table through SupplierID, indicating that each supplier can supply multiple products. - The **Products** table is connected to the **Order Details** table through ProductID, showing
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Single Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education