ICT285 PASS Week 13

ICT285 PASS Week 13

University

10 Qs

quiz-placeholder

Similar activities

E-R Modeling

E-R Modeling

University

15 Qs

Graphs of Functions Study Guide

Graphs of Functions Study Guide

10th Grade - University

8 Qs

Scrum

Scrum

University

10 Qs

Seminar

Seminar

University

6 Qs

REC. Analise

REC. Analise

12th Grade - University

15 Qs

Information and Communication technology

Information and Communication technology

1st Grade - Professional Development

12 Qs

Scrum roles

Scrum roles

University

5 Qs

Quiz_Semana 09 MA_ACT

Quiz_Semana 09 MA_ACT

University

7 Qs

ICT285 PASS Week 13

ICT285 PASS Week 13

Assessment

Quiz

Computers

University

Medium

Created by

Jason Holloway

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

REORDER QUESTION

2 mins • 1 pt

CUSTOMER (CustomerNumber, CustomerName, DateOfBirth)

EMPLOYEE (EmployeeNumber, EmployeeName, DateOfBirth)

SALE (SaleID, CustomerNumber, EmployeeNumber, Cost)

What is the CustomerName for SaleID='1111'? Reorder the following steps.

PROJECT CustomerName (JOINED)

RESTRICT SaleID='1111' (SALE)

CUSTOMER* CUSTOMER.CUSTOMERNUMBER = SALE.CUSTOMERNUMBER RES_SALE

2.

REORDER QUESTION

2 mins • 1 pt

SALESPERSON(SPN, Name, StartYear, DeptNo)

TRIP(TripID, ToCity, DepartDate, ReturnDate, SPN)

EXPENSE(TripID, Account#, Amount)

Give the TripID for all trips by salesperson 'Steve'. Reorder the following steps.

RES_SALE* RES_SALE.SPN = TRIP.SPN TRIP

RESTRICT Name='Steve' (SALESPERSON)

PROJECT TripID (TRIP)

3.

REORDER QUESTION

2 mins • 1 pt

SALESPERSON(SPN, Name, StartYear, DeptNo)

TRIP(TripID, ToCity, DepartDate, ReturnDate, SPN)

EXPENSE(TripID, Account#, Amount)

Give the names of sales people that have NOT gone to Sydney. Reorder the following steps.

RESTRICT ToCity='Sydney' (TRIP) -> TRIPS_SYDNEY

SALESPERSON* SALESPERSON.SPN = TRIPS_SYDNEY.SPN TRIPS_SYDNEY -> JOINED

ALL_NAMES MINUS ALL_SYD_NAMES

PROJECT Name (JOINED) -> ALL_SYD_NAMES

PROJECT Name (SALESPERSON) -> ALL_NAMES

4.

REORDER QUESTION

2 mins • 1 pt

PROPERTY (PropertyNo, Address, NumberOfRooms, OwnerNo)

OWNER (OwnerNo, FamilyName, GivenNames, Address)

List the family names for owners that own properties with more than 3 rooms. Reorder the following steps.

OWNER* OWNER.OwnerNo=RES_3.OwnerNo RES_3

RESTRICT NumberOfRooms > 3 (PROPERTY)

PROJECT FamilyName (RES_JOINED)

5.

REORDER QUESTION

2 mins • 1 pt

PROPERTY (PropertyNo, Address, NumberOfRooms, OwnerNo)

OWNER (OwnerNo, FamilyName, GivenNames, Address)

List the family names for owners that do not own properties. Reorder the following steps.

PROJECT OWNER TABLE FIRST.

PROJECT OwnerNo (PROPERTY) -> ALL_PROP_OWNERS

PROJECT OwnerNo (OWNER) -> ALL_OWNERS

PROJECT FamilyName (ALL_NON_OWNERS)

ALL_OWNERS MINUS ALL_PROP_OWNERS -> ALL_NON_OWNERS

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What normal form is this table in?

Invalid

1NF

2NF

3NF

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What normal form is this table in?

Invalid

1NF

2NF

3NF

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?