0% found this document useful (0 votes)
114 views8 pages

IT342 - Assignment 2 - Questions

This document contains instructions for Assignment 2 for the course IT342 Enterprise Systems due on Day 1/11/2020 at 23:59. The assignment requires submitting Word and PDF files using the provided template on Blackboard and contains details about formatting, content, and penalties for late or plagiarized submissions. It includes two questions, the first involving a join query on sample relations and the second involving creating database tables from an ERD diagram and a REA model for an enterprise scenario.

Uploaded by

TAHER AL-NEMER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views8 pages

IT342 - Assignment 2 - Questions

This document contains instructions for Assignment 2 for the course IT342 Enterprise Systems due on Day 1/11/2020 at 23:59. The assignment requires submitting Word and PDF files using the provided template on Blackboard and contains details about formatting, content, and penalties for late or plagiarized submissions. It includes two questions, the first involving a join query on sample relations and the second involving creating database tables from an ERD diagram and a REA model for an enterprise scenario.

Uploaded by

TAHER AL-NEMER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

College of Computing and Informatics

Enterprise systems

IT342
Assignment 2
Deadline: Day 1/11/2020 @ 23:59
[Total Mark for this Assignment is 5 Marks]

Student Details:
Name: Taher Alnemer ID: s170057274

CRN: 11842

Instructions:

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words,
hide characters, use different character sets or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the
question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.
;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬ Heading 1 ‫على النص الذي‬
Pg. 1 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

Learning 1 Marks
Outcome: LO4
Question One
Develop robust Consider the Relations below
business IS STUDENT
solutions that Address
Student# Std-Name
integrate new
Jeddah
1 Smith
and existing
Buraidah
business 2 Bob
processes, Dammam
3 Alice
structures,
applications, COURSE
within a global Course Course-Name
Student#
Code
context Operating System
1 IT241
Computer Network
2 IT210
Decision Support System
2 IT445

Write a query using the Right Outer Join to retrieve the record from the two relations.
Also, construct the table displaying the output of your query.

Select * From STUDENT RightJoin COURSE

Where STUDENT.Student# =COURSE.Student#


;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬ Heading 1 ‫على النص الذي‬
Pg. 2 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

Course Course-Name Address


Student# Std-Name
Code
Operating System Jeddah
1 IT241 Smith

Computer Network Buraidah


2 IT210 Bob

Decision Support System Buraidah


2 IT445 Bob
;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬ Heading 1 ‫على النص الذي‬
Pg. 3 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

2 Marks
Learning
Outcome: LO3
Question Two
Develop IT
systems within Use the following ERD model to:
small, medium 1. Create a relational database tables for both entities and enter some
and large example data into the relations.
corporate
2. To create a relationship between these tables you need to decide
enterprises.
whether posting a Foreign Key into one of these tables or creating a
separate table to represent the relationship.
;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬Heading 1 ‫على النص الذي‬
Pg. 4 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

Department

Dept# name address

Damma
1 IT
m

Health
2 Jeddah
Science

Chemic Damma
3
al Eng. m

Faculty

Faculty# name phone

101
Dr. Mohammed 05123456

102 Dr. Ali 05234567


103 Dr. Abdullah 05345678

If we post foreign key in either direction, we will have redundancy in the result.
Therefore, we will construct a new table for the relationship HAS. In this way, the
many-to-many relationship is converted into 2 many-to-one relationships
‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق;‬ ‫على النص الذي ‪Heading 1‬‬
‫‪Pg. 5‬‬ ‫‪ Heading‬ترغب في أن يظهر هنا‪.‬خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق;‬

‫‪Dept#‬‬ ‫‪Faculty#‬‬

‫‪101‬‬
‫‪1‬‬

‫‪2‬‬ ‫‪102‬‬

‫‪3‬‬ ‫‪103‬‬
;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬ Heading 1 ‫على النص الذي‬
Pg. 6 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

2 Marks
Learning
Outcome: LO4
Question Three
Develop robust Consider the following enterprise scenario and answer the following questions.
business IS ABC is a wholesale company that sells electrical equipment and provides a
solutions that website from which customers can inquiry about products and identify what
integrate new they want to buy. When costumers order electrical equipment, they place their
and existing order on the ABC website. ABC does not own or hold any equipment as

business inventory. Rather, the ABC orders the equipment from the appropriate supplier
and ranges for the equipment to be shipped directly from the supplier to the
processes,
customers. The customers pay ABC and receive receipts. The ABC also pays
structures,
the suppliers and keeps the excess as revenues.
applications,
A) Create a value chain REA model that represents the flow of ABC's
within a global
resources between the sales/collection process with other business
context
processes.
B) Create a business process level REA model for ABC's
sales/collection process. Be sure to include all relevant entities,
relationships, and attributes.
;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬ Heading 1 ‫على النص الذي‬
Pg. 7 ;‫خطأ! استخدم عالمة التبويب "الصفحة الرئيسية"; لتطبيق‬.‫ ترغب في أن يظهر هنا‬Heading

A)

Cash receipt

Financing
duality

Cash
disbursement

Cash receipt

revenue
Labor
duality
Payroll process

duality
Sale
Cash
disburseme
nt
payment

Acquisition

duality

Cash
disbursement

You might also like