What relational algebra operator to find products

Assignment Help Basic Computer Science
Reference no: EM13770345

Problems

The problems use the customer, orderTbl, and Employee tables of the simplified Order Entry database. Chapters 4 and 10 extend the database to increase its usefulness. The customer table contains clients who have placed orders. The orderTbl contains basic facts about customer orders. The Employee table contains facts about employees who take orders. The primary keys of the tables are CustNo for Customer, EmpNo, for Employee, and OrdNo for orderTbl.

Customer

CustNo

CustFirstName

CustastName

CustCity

CustState

Custzip

CustBal

C0954327

Sheri

Gordon

Littleton

CO

80129-5543

$230.00

C1010398

Jim

Glussman

Danver

CO

80111-0033

$200.00

C2388597

Beth

Taylor

Seattle

WA

98103-1121

$500.00

C3340959

Betty

Wise

Seattle

WA

98178-3311

$200.00

C3499503

Bob

Mann

Monroe

WA

98013-1095

$0.00

C8543321

Ron

Thompson

Renton

WA

98666-1289

$85.00

Employee

EmpNo

EmpFirstName

EmpLastName

EmpPhone

EmpEmail

E1329594

Landi

Santos

(303)789-1234

[email protected]

E8544399

Joe

Jenkins

(303)221-9875

[email protected]

E8843211

Amy

Tang

(303)556-4321

[email protected]

E9345771

Colin

White

(303)221-4453

[email protected]

E9884325

Thomas

Johnson

(303)556-9987

[email protected]

E9954302

Mary

Hill

(303)556-9871

[email protected]

OrderTbl

OrdNo

OrdDate

CustNo

EmpNo

01116324

01/23/2010

C0954327

E8544399

02334661

01/14/2010

C0954327

E1329594

03331222

01/13/2010

C1010398

 

02233457

01/12/2010

C2388597

E9884325

04714645

01/11/2010

C2388597

E1329594

05511365

01/22/2010

C3340959

E9884325

07989497

01/16/2010

C3499503

E9345771

01656777

01/11/2010

C8543321

 

07959898

01/19/2010

C8543321

E8544399

1) Write a create table statement for the customer table. Choose data types appropriate  for the DBMS used in your course. Note that the custBalcolumn contain numeric data. The currency symbols are not stored in the database. The custFirstName and custLast     Name columns are required (not null).

2) write a create table statement for the Employee  table. Choose data types appropriate for the DBMS used in your course. The EmpFirstNames, EmpLastName, and EmpEMail columns are required (not null).

3)  write a create table statement for the orderTbl table. Choose data types appropriate for the DBMS  used in your course. The ordData column is required (not null).

4) Identify the foreign keys  and draw a relationship draw a relationship diagram for the simplified order entry database. The CustNo column references the customer table and the EmpNo column references the Employee table. For each relationship, identify the parent table and the child table.

5) Extend your create table statement from problem (3) with referential integrity constraints. Updates and deletes on related rows are restricted.

6) From examination of the sample data and your common understanding of  order entry business, are null values allowed for the foreign keys in the orderTbl table? Why or why not? Extend the create table statement in problem (5) to enforce the null value restrictions if any.

7) Extend your create table statement for the employee table (problem 2) with a unique constraint for EmpEMail. Use a named constraint clause for the unique constraint.

9) Show the result of a restrict operation that lists the customers residing in seattle, WA.

10) Show the result of a project operation that lists the CustNo, CustFirstName, CustLastName, column of the customer table.

12) Show the result of a natural join that combines the customer and orderTbltables.

13) Show the result of a one-sided outer join between the Employee and orderTbl table. Preserve the rows of the orderTbl table in the result.

14) Show the result of a full outer join between the Employee and orderTbl table.

15) Show the result of the restrict operation on customers where the condition is CustCity equals "Denver" or "Seattle" followed by a project operation to retain the CustNo. CustFirstName, CustLastName, and CustCity columns.

16) Show the result of a natural join that combines the customer and orderTbl tables followed by a restrict operation to retain only the Colorado customers (CustState="CO").

17) Show the result of a summarize operation on customer. The grouping column is CustState and the aggregate calculate is COUNT. COUNT shows the number of rows with the same value for the grouping column.

18) Show the result of a summarized operation on customer. The grouping column is CustState and the aggregate calculations are the minimum and maximum CustBal values.

19) What tables are required to show the CustLastName, EmpLastName, and OrdNo columns. In the result table?

20) What relational algebra operator do you use to find products contained in every order? What relational algebra operator do you use to find products contained in any order?

21) Are the customer and Employee tables union compatible?  Why or why not?

22) Using the database after problem (23), what tables must be combined to list the products names ordered by customer number C 09543227

Reference no: EM13770345

Questions Cloud

Study of past mcis and their psychological impact : The ERM is prepared to handle the incident response with emergency personnel and equipment, but he is unsure if the city is prepared for the psychological aftermath. As his senior advisor, you have been asked to generate a white paper study of pas..
Lead the media campaign for isaf : You have been selected to lead the media campaign for ISAF. Through extensive liaison, you have been allowed to write 1 article that will run simultaneously in the major news publications throughout the United States, Europe, Afghanistan, and Paki..
Describe fully your selected county''s central strategy : List and describe fully your selected county's central strategy or plan. These are often emergency operations plans with various subordinate annexes and appendices, but because plan designs can vary widely by community, research and report your count..
Inflation adjusted outcome and the unadjusted outcome : What has happened to revenue imbalance, unadjusted for inflation, for the NFL over time and what differences do you find between the inflation adjusted outcome and the unadjusted outcome.
What relational algebra operator to find products : What relational algebra operator do you use to find products contained in every order? What relational algebra operator do you use to find products contained in any order
Resources-kudler opening budget : Illustrate how your venture would perform by estimating the revenue and expense to calculate operating profit or loss. Include estimates of your venture's main sources of revenue and the expenses expected in the main cost categories such as the co..
Brief review of the purpose of the qhsr : Provide a brief review of the purpose of the QHSR and your assessment as to its potential value for the county as it rewrites old plans and develops new ones
Discuss which principles of economics directly relate : Discuss which principles of economics directly relate to your purchasing decision - compare the marginal benefits and the marginal costs associated with your purchasing decision.
List of foreign terrorist organizations : The U.S. Department of State publishes a list of foreign terrorist organizations. Because of this label, many Americans lack the understanding of what these groups are trying to accomplish

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Consider an automated teller machine

Consider an automated teller machine

  Our model assumes that the arrival distribution of customers

In the McBurgers simulation, our model assumes that the arrival distribution of customers is the same throughout the entire day. Do you think this is a realistic assumption? If not, explain how you could modify the model to make it a better repres..

  The project consists of multiple phases

The project consists of multiple phases.

  What are some of the challenges associated with implementing

What are some of the challenges associated with implementing an EA governance framework?

  Compute a compass sense of direction in such a network

Consider a synchronous square mesh with n nodes and without any sense of direction but with a designated leader. (a) Show how to compute a compass sense of direction in such a network.

  Write a short structured design-using pseudocode

Write a short, structured design-using pseudocode only-that accomplishes this task.

  What is the effective throughput of this lan?

Consider a 20,000,000-character message to be transmitted between two stations that are 150 meters apart, using a 10BaseTX LAN with a transmission speed of 50 meters per microsecond

  Define multitasking and real-time terms of embedded system

Define, in your own words, "multitasking" and "real-time" in terms of embedded system

  Data-hiding techniques

1. Explain how a user could utilize ADS to hide data and explain other destructive uses which exist for ADS.2. Determine how rootkits can be used as an alternative for data hiding and explicate why they can be used for this purpose. 3. Describe the p..

  Write a program that translates a number

Write a program (called Grades) that translates a number between 0 and 4 into the closest letter grade. For example, the number 2.8 (which might have been the average of several grades) would be converted to B-. Break ties in favor of the better g..

  Create an instance variable credit limit to indicate

Create another sub class CreditCustomer. Create an instance variable credit limit to indicate the maximum limit ($500). Credit customers get a markup of 2% on the order price.

  What is an erp application system

What is an ERP application system?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd