CS403 Assignment No 2 Fall 2019
Dear Students, Here you can read or download CS403 - Database Management System Assignment No 2 Solution of Semester Fall 2019. CS403 Assignment Due Date is 02 December 2019. This assignment covers from Lecture no 10 to 17. The Assignment Solution File + Sample Preview and Solution Video Explanation have also been added. Previously we shared CS201 Assignment No 2 Solution Fall 2019.
Please Note:
We are here to facilitate your learning and we do not appreciate the idea of copying or replicating solutions.
CS403 Assignment Objectives
The objective of this assignment is to able the Students:- To understand the relational database model
- To understand the Conversion of ERD into relational data model
- To understand the Cartesian product of two relations
- To understand the degree and cardinalities of relations
CS403 Assignment 2 Instructions
Please read the following instructions carefully before solving & submitting assignment:It should be clear that your assignment will not get any credit if:
- The assignment is submitted after due date.
- The submitted assignment does not open or file corrupt.
- The assignment is full or partially copied from (other student or ditto copy from handouts or internet).
- Student ID is not mentioned in the assignment File or name of file is other than student ID.
- The assignment is not submitted in .doc or .docx format.
CS403 Assignment Uploading instructions
Your submission must include:- The Assignment should be in .doc or .docx format.
- Save your assignment with your ID (e.g. bx020200786.doc).
- The Assignment submission through email is NOT acceptable.
Your answer must follow the below given specifications.
- Font style: “Times New Roman”
- Font color: “Black”
- Font size: “12”
- Bold for heading only.
- Font in Italic is not allowed at all.
- No formatting or bullets are allowed to use.
- Your answer should be precise and to the point, avoid irrelevant detail.
CS403 Assignment Question Statement
Our second assignment is the continuation of the first assignment. In the first assignment an ERD was required for the given scenario, which is given below:Tasks:
You’re required to perform the following tasks:
- Convert the above Entity Relationship Diagram into Relational data model. You have to convert all the components of the ERD into Relational Data model.
- Consider the following two tables:
Order:
order_id
|
order_status
|
delivery_date
|
btag_no
|
cust_id
|
sman_id
|
od001
|
Completed
|
10/30/2019
|
bt001
|
cust001
|
sm001
|
od002
|
Completed
|
10/30/2019
|
bt002
|
cust002
|
sm001
|
od003
|
Completed
|
10/30/2019
|
bt003
|
cust003
|
sm001
|
Bill:
bill_id
|
cust_id
|
order_id
|
net_amount
|
b001
|
cust001
|
od001
|
500
|
b002
|
cust002
|
od002
|
550
|
b003
|
cust001
|
od003
|
600
|
And write the output of the following relational algebra operations:
- ∏ order_id, cust_id, sman_id (Order)
- σ net_amount > 500 (Bill)
- ∏ order_status, delivery_date (σ btag_no= ‘bt002’ (Order))
CS403 Assignment No 2 Solution Fall 2019
You can see the Sample Preview of CS403 Assignment 2 Solution provided by (Virtual Study Solutions) below. Click on Download Button to Download Solution File in Your PC. Please Share it with your friends. You can also like our Facebook Page or Subscribe Us on YouTube for Latest Updates related to Assignment Solution and Past Papers.
We also recommend you to read:
CS403 Past Papers Collection
Download [ CS403 Mid Term Papers Solved by Moaaz ]
CS403 Assignment No 2 Solution Explanation
Download CS403 Assignment No 2 Solution Fall 2019
File Name | Download Link |
---|---|
CS403 Assignment No 2 Solution Fall 2019.docx | Download |
Share your valuable feedback in comments section. Thank You.
Post a Comment