thesiswriting

In this assignment, you will first learn about hierarchical queries. Then you will create some relational databases based on data models that are not entity-relationship models

In this assignment, you will first learn about hierarchical queries. Then you will create some relational databases based on data models that are not entity-relationship models

DBST652, Lab Part 9
In this assignment, you will first learn about hierarchical queries. Then you will create some relational databases based on data models that are not entity-relationship models. Learn about hierarchical queries.
Contents Objectives: 1 Business situtation 1 Lab Details 2 Primate Species Classifications 2 Family Trees / Ancestral Charts 3 Deliverables 4

1. Implementing a relational databases base from logical models

As you complete each task below, answer the questions that follow. Write all answers to the questions on this document.

For each item below, you will design a relational model that implements the design given. Place a copy of the DDL for the relational database and SQL for each query in the file named LabPart9.sql

1. Review the Primate Species Classifications diagram and the relational schema shown below it. Determine if the implementation of the Primate Species Classifications diagram as a relational database contained a table that contained hierarchical data. If not, design a relational table that contains hierarchical data.

a. In the space below, show the schema of the table that contains hierarchical data.

b. Write 2 queries and describe the purpose of the query.

2. Review the Plant Classification chart. Design relational database that contains a table with hierarchical data.
a. In the space below, show the schema of the table that contains hierarchical data.
b. Write 2 queries and describe the purpose of the query.
3. Review the Ancestral Chart diagram and implement it as a relational model that contains a table with hierarchical data.
a. In the space below, show the schema of the table that contains hierarchical data.
b. Write 2 queries and describe the purpose of the query.
4. List at least three resources in APA style that you used to complete the tasks in this assignment.
5. List three things that you learned from this assignment.

Primate Species Classifications

A Relational model:

Order

ID
Name

1
Primates

Sub-order

ID
Order
Name

1
1
Prosimians

2
1
Anthropoids

Family

ID
Sub-order
Name

1
1
Lemuriformes

2
1
Tarsiiformes

3
2
Platyrrhnies

4
2
Catarrhines

Species

ID
Sub-order
Name

1
1
Lemurs

2
1
Lorises

3
2
Tarsiers

4
3
Ceboids

5
4
Cercopithecoids

6
4
Hominoids

Family Trees / Ancestral Charts

1. This document with your answers.

2. sql files with comments required for this assignment:

a. LabPart9.sql

Last Updated: 1/10/2018 2:24 PM

Page 1 of 5

Scroll to Top