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

  How many instructions executed in single time slice

Machine executed average of 5000 instructions per microseconds. How many instructions could be executed in a single time slice?

  Design an if then statement

Design an If-Then statement that assigns 20 to the variable y and assigns 40 to the variable z if the variable x is greater than 100

  Web authoring tools and other software

Web authoring tools and other software

  Good design process and incorporates

your final project will be to analyze, design, and document a simple program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements and the use of at least one array. The specific problem y..

  Write a complete c++ program that reworks your cellular bill

Write a complete C++ program that reworks your Cellular Bill calculation program from Chapter 4. Give your source file a meaningful name, such as CellBillFun.cpp.

  Wuld you make any changes to the services why or why not

answer each questions in 2 paragraphs and label the questions by the numbers.not an essay include at least one

  Explain dynamic programming approach-longest weighted path

Assume we have a directed acyclic graph G = (V, E) with real-valued edge weights and two distinguished vertices s and t. Explain a dynamic programming approach for ?nding a longest weighted simple path from s to t.

  Mechanism that one app uses

What is the mechanism that one app uses to signal to another app that its cooperation is requested to accomplish something.

  Which data input appears on output y

View a datasheet function table for a 74151 device. Using Quartus pin names, assume the chip is enabled and C = 1, B = 0, and A = 0. Which data input appears on output Y?

  Describe the meaning of the resource

Describe the meaning of the subsequent two Resource Records:

  Computer the value of the given number

Prompt the user for a number and an exponent. Computer the value of the given number (the base) raised to the power of the exponent.

  Compute the shortest path

Use Dijkstra's shortest-path algorithm to compute the shortest path from x to all network nodes - computes their Distance Vector for network

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