0% found this document useful (0 votes)
108 views

Devry University Student Lab Activity Bis245 Database Essentials For Business With Lab

This document is a student lab activity for a database essentials course. It contains questions for the student to answer related to conceptual data modeling and a database structure. The student is asked to list attributes in a supplier table, identify the first customer in an alphabetized list, check for customers in a particular location, list primary keys for tables, and identify related tables. The student also describes the columns and provides a value from running a sample inventory query.

Uploaded by

Mac Kole
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

Devry University Student Lab Activity Bis245 Database Essentials For Business With Lab

This document is a student lab activity for a database essentials course. It contains questions for the student to answer related to conceptual data modeling and a database structure. The student is asked to list attributes in a supplier table, identify the first customer in an alphabetized list, check for customers in a particular location, list primary keys for tables, and identify related tables. The student also describes the columns and provides a value from running a sample inventory query.

Uploaded by

Mac Kole
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DeVry University

Student Lab Activity


BIS245 Database Essentials for Business with Lab

A. Student Name:

B. Lab 1 Part C Questions:

1. Entities in the conceptual model eventually are converted


to tables in the database, and the attributes convert to
the fields within the tables. Given this information, list
the attributes (fields) found in the supplier table.
The entities in the suppliers table are ID, Company, Last Name,
First Name, E-mail Address, Job Title, Business Phone, Home
Phone, Mobile Phone, Fax Number, Address, City,
State/Province, Zip/Postal Code, Country/Region, Web Page
and Notes.

2. With the Customers table sorted in alphabetical order by


city, what is the name of the first customer to appear in
the table?

Ming-Yang Xie

3. Who are the customers located in the Tennessee?

No customers located in the Tennessee.

555151106.docx Page 1 of 3
DeVry University
Student Lab Activity
BIS245 Database Essentials for Business with Lab
4. List the tables along with the primary key for each.

Table Primary Key


Customers ID
Employee Privileges Employee ID
Employees ID
Inventory Transaction Types ID
Inventory Transactions Transaction ID
Invoices Order ID
Order Details ID
Order Details Status Status ID
Orders Order ID
Orders Status Status ID
Orders Tax Status ID
Privileges Privilege ID
Products ID
Purchase Order Details ID
Purchase Order Status Status ID
Purchase Orders Purchase Order ID
Sales Reports Group By
Shippers ID
Strings String ID
Suppliers ID

5. List the tables related to the Orders table.


Employees and Customers tables.

555151106.docx Page 2 of 3
DeVry University
Student Lab Activity
BIS245 Database Essentials for Business with Lab
6. Open query Inventory on Hold by double clicking that
query. What data is in this query (give the column
names)? What is the Quantity on Hold for Northwind
Dried Plums?
Data in this query are Product ID and Quantity on Hold.
The Quantity on Hold for Northwind Dried Plums is 20.

555151106.docx Page 3 of 3

You might also like