Assignment #1Instruction for properly completing the assignment.docx

Assignment #1 Instruction for properly completing the assignment: Due Sunday of Week 1 by 11:55 PM [5% of your grade] Download the attached template called "INFO620-Assignment1_LastNameFirst.doc". Change the file name applying your Last Name and First Name in place of the LastNameFirst. Then open the newly saved file and enter your name and the date due on the top of the document. Then enter each problem's solution within this same file in their proper locations WITHOUT changing or erasing the questions. Support your responses and answers by references from the text. Review and complete all questions. Then upload to Assignment #1 area of the Assignments. Your grade may be reduced if these instructions are NOT followed closely. Week 1 Assignment Grading Rubric: #1.9 0.2 points #3.13 0.3 points #4.12a 0.2 points #1.10 0.2 points #3.16 0.3 points #4.12b 0.2 points #1.12 0.2 points #3.19a 0.2 points #4.12c 0.2 points #1.13 0.2 points #3.19b 0.2 points #4.12d 0.2 points #1.14a 0.2 points #3.19c 0.2 points #4.12e 0.2 points #1.14b 0.2 points #3.19d 0.2 points #4.12f 0.2 points #2.14 0.3 points #3.20 0.3 points #4.15a 0.2 points #2.15 0.3 points #4.14b 0.1 points Here are the contents of Assignment #1 (however - please use the template attached  - don't copy and paste from here): CH1: DATABASES AND DATABASE USERS #1.9 - What is the difference between controlled and uncontrolled redundancy? #1.10 - Specify all the relationships among the records of the database shown in Figure 1.2. #1.12 – Cite some examples of integrity constraints that you think can apply to the database shown in Figure 1.2. #1.13 - Give examples of systems in which it may make sense to use traditional file processing instead of a database approach. #1.14 - Consider Figure 1.2.  a. If the name of the ‘CS’ (Computer Science) Department changes to ‘CSSE’ (Computer Science and Software Engineering) Department and the corresponding prefix for the course number also changes, identify the columns in the database that would need to be updated. b. Can you restructure the columns in COURSE, SECTION, and PREREQUISITE tables so that only one column will need to be updated? CH 2: DATABASE SYSTEM CONCEPTS AND ARCHITECTURE #2.14 - if you were designing a Web-based system to make airline reservations and to sell airline tickets, which DBMS Architecture would you choose from Section 2.5? Why? Why would the other architectures not be a good choice? #2.15 - Consider Figure 2.1. In addition to constraints relating the values of columns in one table to columns in another table, there are also constraints that impose restrictions on values in a column or a combination of columns within a table. One such constraint forces that a column or a group of columns must be unique across all rows in the table. For example, in the STUDENT table, the StudentNumber column must be unique (to prevent two different students from having the same StudentNumber). Identify the column or the group of columns.

Assignment #1
Instruction for properly completing the assignment:
Due Sunday of Week 1 by 11:55 PM [5% of your grade]
Download the attached template called "INFO620-
Assignment1_LastNameFirst.doc".
Change the file name applying your Last Name and First Name
in place of the LastNameFirst.
Then open the newly saved file and enter your name and the
date due on the top of the document.
Then enter each problem's solution within this same file in their
proper locations WITHOUT changing or erasing the questions.
Support your responses and answers by references from the text.
Review and complete all questions.
Then upload to Assignment #1 area of the Assignments.
Your grade may be reduced if these instructions are NOT
followed closely.
Week 1 Assignment Grading Rubric:
#1.9
0.2 points
#3.13
0.3 points
#4.12a
0.2 points
#1.10
0.2 points
#3.16
0.3 points
#4.12b
0.2 points
#1.12
0.2 points
#3.19a
0.2 points
#4.12c
0.2 points
#1.13
0.2 points
#3.19b
0.2 points
#4.12d
0.2 points
#1.14a
0.2 points
#3.19c
0.2 points
#4.12e
0.2 points
#1.14b
0.2 points
#3.19d
0.2 points
#4.12f
0.2 points
#2.14
0.3 points
#3.20
0.3 points
#4.15a
0.2 points
#2.15
0.3 points
#4.14b
0.1 points
Here are the contents of Assignment #1 (however - please use
the template attached - don't copy and paste from here):
CH1: DATABASES AND DATABASE USERS
#1.9
- What is the difference between controlled and uncontrolled
redundancy?
#1.10
- Specify all the relationships among the records of the database
shown in Figure 1.2.
#1.12
– Cite some examples of integrity constraints that you think can
apply to the database shown in Figure 1.2.
#1.13
- Give examples of systems in which it may make sense to use
traditional file processing instead of a database approach.
#1.14
- Consider Figure 1.2.
a.
If the name of the ‘CS’ (Computer Science) Department changes
to ‘CSSE’ (Computer Science and Software Engineering)
Department and the corresponding prefix for the course number
also changes, identify the columns in the database that would
need to be updated.
b.
Can you restructure the columns in COURSE, SECTION, and
PREREQUISITE tables so that only one column will need to be
updated?
CH 2: DATABASE SYSTEM CONCEPTS AND
ARCHITECTURE
#2.14
- if you were designing a Web-based system to make airline
reservations and to sell airline tickets, which DBMS
Architecture would you choose from Section 2.5? Why? Why
would the other architectures not be a good choice?
#2.15
- Consider Figure 2.1. In addition to constraints relating the
values of columns in one table to columns in another table,
there are also constraints that impose restrictions on values in a
column or a combination of columns within a table. One such
constraint forces that a column or a group of columns must be
unique across all rows in the table. For example, in the
STUDENT table, the StudentNumber column must be unique (to
prevent two different students from having the same
StudentNumber). Identify the column or the group of columns in
the other tables that must be unique across all rows in the table?
CH 3: THE RELATIONAL DATA MODEL AND
RELATIONAL DATABASE CONSTRAINTS
#3.13
- Consider the relation CLASS(Course#, Univ_Section#,
InstructorName, Semester, BuildingCode, Room#, TimePeriod,
Weekdays, CreditHours). This represents classes taught in a
university with unique Univ_Section#. Give what you think
should be various candidate keys and
#3.16
- Consider the following relations for a database that keeps
track of student enrollment in courses and the books adopted for
each course:
STUDENT (
SSN
, Name, Major, Bdate)
COURSE (
Course#
,
Quarter
, Grade)
ENROLL (SSN,
Course#
,
Quarter
, Grade)
BOOK_ADOPTION (
Course#
,
Quarter
, Book_ISBN)
TEXT (
Book_ISBN
, Book_Title, Publisher, Author)
Specify the foreign keys for this schema, stating any
assumptions you make.
#3.19
- Consider a STUDENT relation in a UNIVERSITY database
with the following attributes (Name, SSN, Local_phone,
Address, Cell_phone, Age, GPA). Note that the cell phone may
be from a different city and state (or province) from the local
phone. A possible tuple of the relation is shown below:
Name
SSN
LocalPhone
Address
CellPhone
Age
GPA
George Shaw William Edwards
123-45-6789
555-1234
123 Main St., Anytown, CA 94539
555-4321
19
3.75
a.
Identify the critical missing information from the LocalPhone
and CellPhone attributes as shown in the example above. (Hint:
How do call someone who lives in a different state or
province?)
b.
Would you store this additional information in the LocalPhone
and CellPhone attributes or add new attributes to the schema for
STUDENT?
c.
Consider the Name attribute. What are the advantages and
disadvantages of splitting this field from one attribute into three
attributes (first name, middle name, and last name)?
d.
What general guideline would you recommend for deciding
when to store information in a single attribute and when to split
the information.
#3.20
- Recent changes in privacy laws have disallowed organizations
from using SSN to identify individuals unless certain
restrictions are satisfied. As a result, most US universities
cannot use SSNs as primary keys (except for financial data). In
practice, StudentID, a unique ID, a unique identifier, assigned
to every student, is likely to be used as the primary key rather
than SSN since StudentID is usable across all aspects of the
system. Reference the entire problem in the text
CH 4: Basic SQL
#4.12
- Specify the following queries in SQL on the database schema
of Figure 1.2.
a)
Retrieve the names of all senior students majoring in 'COSC'
(computer science).
b)
Retrieve the names of all courses taught by professor King in 85
and 86.
c)
For each section taught by professor King, retrieve the course
number, semester, year, and number of students who took the
section.
d)
Retrieve the name and transcript of each senior student
(Class=5) majoring in COSC. Transcript includes course name,
course number, credit hours, semester, year, and grade for each
course completed by the student.
e)
Retrieve the names and major departments of all straight A
students (students who have a grade of A in all their courses).
f)
Retrieve the names and major departments of all students who
do not have any grade of A in any of their courses.
#4.15
- Consider the EMPLOYEE table’s constraint EMPSUPERFK as
specified in Figure 4.2 is changed to read as follows:
CONSTRAINT EMPSUPERFK
FOREIGN KEY (SUPERSSN) REFERNCES EMPLOYEE(SSN)
ON DELETE CASCADE ON UPDATE CASCADE,
Answer the following questions:
a.
What happens when the following command is run on the
database state shown in Figure 5.6?
DELETE EMPLOYEE WHERE LNAME = ‘Borg’
b.
Is it better to CASCADE or SET NULL in case of
EMPSUPERFK constraint ON DELETE?

Recomendados

sDownload the attached template called INFO620-Assignment1_LastName.docx por
sDownload the attached template called INFO620-Assignment1_LastName.docxsDownload the attached template called INFO620-Assignment1_LastName.docx
sDownload the attached template called INFO620-Assignment1_LastName.docxpotmanandrea
4 vistas8 diapositivas
Solution Manual for Fundamentals of Database Systems – Ramez Elmasri, Shamkan... por
Solution Manual for Fundamentals of Database Systems – Ramez Elmasri, Shamkan...Solution Manual for Fundamentals of Database Systems – Ramez Elmasri, Shamkan...
Solution Manual for Fundamentals of Database Systems – Ramez Elmasri, Shamkan...HenningEnoksen
15.1K vistas10 diapositivas
CSI2132: Database I – Assignment 3: por
CSI2132: Database I – Assignment 3:CSI2132: Database I – Assignment 3:
CSI2132: Database I – Assignment 3:DeanMurphys
134 vistas6 diapositivas
Sheet1Sheet2Sheet3RegistrationSecurityCSE 148 Data.docx por
Sheet1Sheet2Sheet3RegistrationSecurityCSE 148 Data.docxSheet1Sheet2Sheet3RegistrationSecurityCSE 148 Data.docx
Sheet1Sheet2Sheet3RegistrationSecurityCSE 148 Data.docxlesleyryder69361
5 vistas14 diapositivas
Itech 1006 assignment 2 sem1 2017 (2) por
Itech 1006 assignment 2 sem1 2017 (2)Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Sandeep Ratnam
223 vistas10 diapositivas
Micro project project co 3i por
Micro project project co 3iMicro project project co 3i
Micro project project co 3iARVIND SARDAR
121 vistas5 diapositivas

Más contenido relacionado

Similar a Assignment #1Instruction for properly completing the assignment.docx

Assignment2 por
Assignment2Assignment2
Assignment2guest1fbd43
1.3K vistas2 diapositivas
CIS 515 Enhance teaching / snaptutorial.com por
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com donaldzs56
12 vistas21 diapositivas
Cis 515 Effective Communication-snaptutorial.com por
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comjhonklinz10
19 vistas21 diapositivas
Week 7 Lab 4· Click the link above to submit your assignment..docx por
Week 7 Lab 4·  Click the link above to submit your assignment..docxWeek 7 Lab 4·  Click the link above to submit your assignment..docx
Week 7 Lab 4· Click the link above to submit your assignment..docxcockekeshia
8 vistas7 diapositivas
Database management system model question(5th sem) (1).pdf por
Database management system  model question(5th sem) (1).pdfDatabase management system  model question(5th sem) (1).pdf
Database management system model question(5th sem) (1).pdfsweta836730
5 vistas14 diapositivas
CIS 111 Focus Dreams/newtonhelp.com por
CIS 111 Focus Dreams/newtonhelp.comCIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.combellflower82
9 vistas22 diapositivas

Similar a Assignment #1Instruction for properly completing the assignment.docx(20)

CIS 515 Enhance teaching / snaptutorial.com por donaldzs56
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com
donaldzs5612 vistas
Cis 515 Effective Communication-snaptutorial.com por jhonklinz10
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.com
jhonklinz1019 vistas
Week 7 Lab 4· Click the link above to submit your assignment..docx por cockekeshia
Week 7 Lab 4·  Click the link above to submit your assignment..docxWeek 7 Lab 4·  Click the link above to submit your assignment..docx
Week 7 Lab 4· Click the link above to submit your assignment..docx
cockekeshia8 vistas
Database management system model question(5th sem) (1).pdf por sweta836730
Database management system  model question(5th sem) (1).pdfDatabase management system  model question(5th sem) (1).pdf
Database management system model question(5th sem) (1).pdf
sweta8367305 vistas
CIS 111 Focus Dreams/newtonhelp.com por bellflower82
CIS 111 Focus Dreams/newtonhelp.comCIS 111 Focus Dreams/newtonhelp.com
CIS 111 Focus Dreams/newtonhelp.com
bellflower829 vistas
Map Reduce.pdf por sdfghj21
Map Reduce.pdfMap Reduce.pdf
Map Reduce.pdf
sdfghj213 vistas
Cis 111 Education Specialist-snaptutorial.com por robertlesew50
Cis 111 Education Specialist-snaptutorial.comCis 111 Education Specialist-snaptutorial.com
Cis 111 Education Specialist-snaptutorial.com
robertlesew5014 vistas
MICRO PROJECT 22319 DMS por ARVIND SARDAR
MICRO PROJECT 22319 DMSMICRO PROJECT 22319 DMS
MICRO PROJECT 22319 DMS
ARVIND SARDAR307 vistas
Cis 111 Education Redefined - snaptutorial.com por DavisMurphyC75
Cis 111     Education Redefined - snaptutorial.comCis 111     Education Redefined - snaptutorial.com
Cis 111 Education Redefined - snaptutorial.com
DavisMurphyC7510 vistas
CIS 515 Education Organization / snaptutorial.com por McdonaldRyan38
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.com
McdonaldRyan3832 vistas
INF 103(ASH) Possible Is Everything/newtonhelp.com por lechenau71
INF 103(ASH) Possible Is Everything/newtonhelp.comINF 103(ASH) Possible Is Everything/newtonhelp.com
INF 103(ASH) Possible Is Everything/newtonhelp.com
lechenau7111 vistas
INF 103(ASH) Learn/newtonhelp.com por lechenau48
INF 103(ASH) Learn/newtonhelp.comINF 103(ASH) Learn/newtonhelp.com
INF 103(ASH) Learn/newtonhelp.com
lechenau4810 vistas
Cis 111 Success Begins / snaptutorial.com por Robinson066
Cis 111 Success Begins / snaptutorial.comCis 111 Success Begins / snaptutorial.com
Cis 111 Success Begins / snaptutorial.com
Robinson06615 vistas
IT 468 DB @ ITAM - 1 - Information Technology and A.docx por christiandean12115
IT 468 DB @ ITAM  - 1 - Information Technology and A.docxIT 468 DB @ ITAM  - 1 - Information Technology and A.docx
IT 468 DB @ ITAM - 1 - Information Technology and A.docx
MIS 112 – Case Analysis 1 Guidelines MIS 112 – Fall 202 por milissaccm
MIS 112 – Case Analysis 1 Guidelines  MIS 112 – Fall 202MIS 112 – Case Analysis 1 Guidelines  MIS 112 – Fall 202
MIS 112 – Case Analysis 1 Guidelines MIS 112 – Fall 202
milissaccm62 vistas
DS 123 – Tutorial Assignment # 4Chaffe-StengelHypothesis tests.docx por kanepbyrne80830
DS 123 – Tutorial Assignment # 4Chaffe-StengelHypothesis tests.docxDS 123 – Tutorial Assignment # 4Chaffe-StengelHypothesis tests.docx
DS 123 – Tutorial Assignment # 4Chaffe-StengelHypothesis tests.docx
kanepbyrne808305 vistas
INF 103 Education Specialist / snaptutorial.com por McdonaldRyan94
INF 103 Education Specialist / snaptutorial.comINF 103 Education Specialist / snaptutorial.com
INF 103 Education Specialist / snaptutorial.com
McdonaldRyan9423 vistas
Essential Access Exercises week 1-4.pdf por JoshCasas1
Essential Access Exercises week 1-4.pdfEssential Access Exercises week 1-4.pdf
Essential Access Exercises week 1-4.pdf
JoshCasas12 vistas
CSCI 2215 Introduction to Databases Fall, 2015 Homework a.docx por faithxdunce63732
CSCI 2215 Introduction to Databases  Fall, 2015 Homework a.docxCSCI 2215 Introduction to Databases  Fall, 2015 Homework a.docx
CSCI 2215 Introduction to Databases Fall, 2015 Homework a.docx
faithxdunce637322 vistas

Más de murgatroydcrista

Assignment 1 LASA2 Historical ContextEvery generation of psychol.docx por
Assignment 1 LASA2 Historical ContextEvery generation of psychol.docxAssignment 1 LASA2 Historical ContextEvery generation of psychol.docx
Assignment 1 LASA2 Historical ContextEvery generation of psychol.docxmurgatroydcrista
10 vistas3 diapositivas
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docx por
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docxAssignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docx
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docxmurgatroydcrista
10 vistas5 diapositivas
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docx por
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docxAssignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docx
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docxmurgatroydcrista
9 vistas2 diapositivas
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docx por
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docxAssignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docx
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docxmurgatroydcrista
2 vistas4 diapositivas
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docx por
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docxAssignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docx
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docxmurgatroydcrista
2 vistas4 diapositivas
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docx por
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docxAssignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docx
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docxmurgatroydcrista
3 vistas12 diapositivas

Más de murgatroydcrista(20)

Assignment 1 LASA2 Historical ContextEvery generation of psychol.docx por murgatroydcrista
Assignment 1 LASA2 Historical ContextEvery generation of psychol.docxAssignment 1 LASA2 Historical ContextEvery generation of psychol.docx
Assignment 1 LASA2 Historical ContextEvery generation of psychol.docx
murgatroydcrista10 vistas
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docx por murgatroydcrista
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docxAssignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docx
Assignment 1 LASA 2—Human Resource ManagementWriting Assignment  .docx
murgatroydcrista10 vistas
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docx por murgatroydcrista
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docxAssignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docx
Assignment 1 LASA 2—Exceptionality PresentationIn this course, yo.docx
murgatroydcrista9 vistas
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docx por murgatroydcrista
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docxAssignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docx
Assignment 1 LASA 2 Write Your Own BillScenarioYou are a newly.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docx por murgatroydcrista
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docxAssignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docx
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer t.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docx por murgatroydcrista
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docxAssignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docx
Assignment 1 LASA 2 Policy, Lawsuits, and the Mitigation PlanI.docx
murgatroydcrista3 vistas
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer.docx por murgatroydcrista
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer.docxAssignment 1 LASA 2 Supply and Demand in a Global MarketAnswer.docx
Assignment 1 LASA 2 Supply and Demand in a Global MarketAnswer.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Exploring Personality TheoriesDescription.docx por murgatroydcrista
Assignment 1 LASA 2 Exploring Personality TheoriesDescription.docxAssignment 1 LASA 2 Exploring Personality TheoriesDescription.docx
Assignment 1 LASA 2 Exploring Personality TheoriesDescription.docx
murgatroydcrista3 vistas
Assignment 1 LASA 2 Exploring Personality TheoriesDue Saturday.docx por murgatroydcrista
Assignment 1 LASA 2 Exploring Personality TheoriesDue Saturday.docxAssignment 1 LASA 2 Exploring Personality TheoriesDue Saturday.docx
Assignment 1 LASA 2 Exploring Personality TheoriesDue Saturday.docx
murgatroydcrista5 vistas
Assignment 1 LASA 2 Effects of StressProvide a 1-page descriptio.docx por murgatroydcrista
Assignment 1 LASA 2 Effects of StressProvide a 1-page descriptio.docxAssignment 1 LASA 2 Effects of StressProvide a 1-page descriptio.docx
Assignment 1 LASA 2 Effects of StressProvide a 1-page descriptio.docx
murgatroydcrista3 vistas
Assignment 1 LASA 2 Discrimination Reflection and InterviewWatc.docx por murgatroydcrista
Assignment 1 LASA 2 Discrimination Reflection and InterviewWatc.docxAssignment 1 LASA 2 Discrimination Reflection and InterviewWatc.docx
Assignment 1 LASA 2 Discrimination Reflection and InterviewWatc.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Effects of StressProvide a 1-page descript.docx por murgatroydcrista
Assignment 1 LASA 2 Effects of StressProvide a 1-page descript.docxAssignment 1 LASA 2 Effects of StressProvide a 1-page descript.docx
Assignment 1 LASA 2 Effects of StressProvide a 1-page descript.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Conducting and Evaluating an Interview By .docx por murgatroydcrista
Assignment 1 LASA 2 Conducting and Evaluating an Interview By .docxAssignment 1 LASA 2 Conducting and Evaluating an Interview By .docx
Assignment 1 LASA 2 Conducting and Evaluating an Interview By .docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Strategic Plan and Self-Reflection SummaryR.docx por murgatroydcrista
Assignment 1 LASA 2 Strategic Plan and Self-Reflection SummaryR.docxAssignment 1 LASA 2 Strategic Plan and Self-Reflection SummaryR.docx
Assignment 1 LASA 2 Strategic Plan and Self-Reflection SummaryR.docx
murgatroydcrista4 vistas
Assignment 1 LASA 2 Strategic Plan and Self-Reflection Summary.docx por murgatroydcrista
Assignment 1 LASA 2 Strategic Plan and Self-Reflection Summary.docxAssignment 1 LASA 2 Strategic Plan and Self-Reflection Summary.docx
Assignment 1 LASA 2 Strategic Plan and Self-Reflection Summary.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Persuasive Research Paper—Final VersionYou h.docx por murgatroydcrista
Assignment 1 LASA 2 Persuasive Research Paper—Final VersionYou h.docxAssignment 1 LASA 2 Persuasive Research Paper—Final VersionYou h.docx
Assignment 1 LASA 2 Persuasive Research Paper—Final VersionYou h.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Integrating TheoriesIn this course, we hav.docx por murgatroydcrista
Assignment 1 LASA 2 Integrating TheoriesIn this course, we hav.docxAssignment 1 LASA 2 Integrating TheoriesIn this course, we hav.docx
Assignment 1 LASA 2 Integrating TheoriesIn this course, we hav.docx
murgatroydcrista4 vistas
Assignment 1 LASA 2 International TradeVisit the U.S. Government.docx por murgatroydcrista
Assignment 1 LASA 2 International TradeVisit the U.S. Government.docxAssignment 1 LASA 2 International TradeVisit the U.S. Government.docx
Assignment 1 LASA 2 International TradeVisit the U.S. Government.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 Final Argument PaperUsing the information fr.docx por murgatroydcrista
Assignment 1 LASA 2 Final Argument PaperUsing the information fr.docxAssignment 1 LASA 2 Final Argument PaperUsing the information fr.docx
Assignment 1 LASA 2 Final Argument PaperUsing the information fr.docx
murgatroydcrista2 vistas
Assignment 1 LASA 2 - Compliance PoliciesYou are going to develop.docx por murgatroydcrista
Assignment 1 LASA 2 - Compliance PoliciesYou are going to develop.docxAssignment 1 LASA 2 - Compliance PoliciesYou are going to develop.docx
Assignment 1 LASA 2 - Compliance PoliciesYou are going to develop.docx
murgatroydcrista3 vistas

Último

How to empty an One2many field in Odoo por
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in OdooCeline George
72 vistas8 diapositivas
Monthly Information Session for MV Asterix (November) por
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)Esquimalt MFRC
58 vistas26 diapositivas
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx por
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxDebapriya Chakraborty
684 vistas81 diapositivas
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptx por
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptxCollective Bargaining and Understanding a Teacher Contract(16793704.1).pptx
Collective Bargaining and Understanding a Teacher Contract(16793704.1).pptxCenter for Integrated Training & Education
94 vistas57 diapositivas
AUDIENCE - BANDURA.pptx por
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptxiammrhaywood
89 vistas44 diapositivas
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant... por
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Ms. Pooja Bhandare
109 vistas45 diapositivas

Último(20)

How to empty an One2many field in Odoo por Celine George
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in Odoo
Celine George72 vistas
Monthly Information Session for MV Asterix (November) por Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC58 vistas
AUDIENCE - BANDURA.pptx por iammrhaywood
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptx
iammrhaywood89 vistas
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant... por Ms. Pooja Bhandare
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Ms. Pooja Bhandare109 vistas
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB... por Nguyen Thanh Tu Collection
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
REPRESENTATION - GAUNTLET.pptx por iammrhaywood
REPRESENTATION - GAUNTLET.pptxREPRESENTATION - GAUNTLET.pptx
REPRESENTATION - GAUNTLET.pptx
iammrhaywood107 vistas
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx por ISSIP
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
ISSIP379 vistas
The Accursed House by Émile Gaboriau por DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta212 vistas
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx por Ms. Pooja Bhandare
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptxPharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Ms. Pooja Bhandare93 vistas
Structure and Functions of Cell.pdf por Nithya Murugan
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan701 vistas
Create a Structure in VBNet.pptx por Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P75 vistas

Assignment #1Instruction for properly completing the assignment.docx

  • 1. Assignment #1 Instruction for properly completing the assignment: Due Sunday of Week 1 by 11:55 PM [5% of your grade] Download the attached template called "INFO620- Assignment1_LastNameFirst.doc". Change the file name applying your Last Name and First Name in place of the LastNameFirst. Then open the newly saved file and enter your name and the date due on the top of the document. Then enter each problem's solution within this same file in their proper locations WITHOUT changing or erasing the questions. Support your responses and answers by references from the text. Review and complete all questions. Then upload to Assignment #1 area of the Assignments. Your grade may be reduced if these instructions are NOT followed closely. Week 1 Assignment Grading Rubric: #1.9 0.2 points #3.13 0.3 points #4.12a 0.2 points #1.10 0.2 points #3.16 0.3 points #4.12b 0.2 points #1.12 0.2 points #3.19a 0.2 points #4.12c
  • 2. 0.2 points #1.13 0.2 points #3.19b 0.2 points #4.12d 0.2 points #1.14a 0.2 points #3.19c 0.2 points #4.12e 0.2 points #1.14b 0.2 points #3.19d 0.2 points #4.12f 0.2 points #2.14 0.3 points #3.20 0.3 points #4.15a 0.2 points #2.15 0.3 points #4.14b 0.1 points Here are the contents of Assignment #1 (however - please use the template attached - don't copy and paste from here): CH1: DATABASES AND DATABASE USERS #1.9
  • 3. - What is the difference between controlled and uncontrolled redundancy? #1.10 - Specify all the relationships among the records of the database shown in Figure 1.2. #1.12 – Cite some examples of integrity constraints that you think can apply to the database shown in Figure 1.2. #1.13 - Give examples of systems in which it may make sense to use traditional file processing instead of a database approach. #1.14 - Consider Figure 1.2. a. If the name of the ‘CS’ (Computer Science) Department changes to ‘CSSE’ (Computer Science and Software Engineering) Department and the corresponding prefix for the course number also changes, identify the columns in the database that would need to be updated. b. Can you restructure the columns in COURSE, SECTION, and PREREQUISITE tables so that only one column will need to be updated? CH 2: DATABASE SYSTEM CONCEPTS AND ARCHITECTURE #2.14 - if you were designing a Web-based system to make airline
  • 4. reservations and to sell airline tickets, which DBMS Architecture would you choose from Section 2.5? Why? Why would the other architectures not be a good choice? #2.15 - Consider Figure 2.1. In addition to constraints relating the values of columns in one table to columns in another table, there are also constraints that impose restrictions on values in a column or a combination of columns within a table. One such constraint forces that a column or a group of columns must be unique across all rows in the table. For example, in the STUDENT table, the StudentNumber column must be unique (to prevent two different students from having the same StudentNumber). Identify the column or the group of columns in the other tables that must be unique across all rows in the table? CH 3: THE RELATIONAL DATA MODEL AND RELATIONAL DATABASE CONSTRAINTS #3.13 - Consider the relation CLASS(Course#, Univ_Section#, InstructorName, Semester, BuildingCode, Room#, TimePeriod, Weekdays, CreditHours). This represents classes taught in a university with unique Univ_Section#. Give what you think should be various candidate keys and #3.16 - Consider the following relations for a database that keeps track of student enrollment in courses and the books adopted for each course: STUDENT ( SSN , Name, Major, Bdate) COURSE ( Course# ,
  • 5. Quarter , Grade) ENROLL (SSN, Course# , Quarter , Grade) BOOK_ADOPTION ( Course# , Quarter , Book_ISBN) TEXT ( Book_ISBN , Book_Title, Publisher, Author) Specify the foreign keys for this schema, stating any assumptions you make. #3.19 - Consider a STUDENT relation in a UNIVERSITY database with the following attributes (Name, SSN, Local_phone, Address, Cell_phone, Age, GPA). Note that the cell phone may be from a different city and state (or province) from the local phone. A possible tuple of the relation is shown below: Name SSN LocalPhone Address CellPhone Age GPA George Shaw William Edwards 123-45-6789
  • 6. 555-1234 123 Main St., Anytown, CA 94539 555-4321 19 3.75 a. Identify the critical missing information from the LocalPhone and CellPhone attributes as shown in the example above. (Hint: How do call someone who lives in a different state or province?) b. Would you store this additional information in the LocalPhone and CellPhone attributes or add new attributes to the schema for STUDENT? c. Consider the Name attribute. What are the advantages and disadvantages of splitting this field from one attribute into three attributes (first name, middle name, and last name)? d. What general guideline would you recommend for deciding when to store information in a single attribute and when to split the information. #3.20 - Recent changes in privacy laws have disallowed organizations from using SSN to identify individuals unless certain restrictions are satisfied. As a result, most US universities
  • 7. cannot use SSNs as primary keys (except for financial data). In practice, StudentID, a unique ID, a unique identifier, assigned to every student, is likely to be used as the primary key rather than SSN since StudentID is usable across all aspects of the system. Reference the entire problem in the text CH 4: Basic SQL #4.12 - Specify the following queries in SQL on the database schema of Figure 1.2. a) Retrieve the names of all senior students majoring in 'COSC' (computer science). b) Retrieve the names of all courses taught by professor King in 85 and 86. c) For each section taught by professor King, retrieve the course number, semester, year, and number of students who took the section. d) Retrieve the name and transcript of each senior student (Class=5) majoring in COSC. Transcript includes course name, course number, credit hours, semester, year, and grade for each course completed by the student. e)
  • 8. Retrieve the names and major departments of all straight A students (students who have a grade of A in all their courses). f) Retrieve the names and major departments of all students who do not have any grade of A in any of their courses. #4.15 - Consider the EMPLOYEE table’s constraint EMPSUPERFK as specified in Figure 4.2 is changed to read as follows: CONSTRAINT EMPSUPERFK FOREIGN KEY (SUPERSSN) REFERNCES EMPLOYEE(SSN) ON DELETE CASCADE ON UPDATE CASCADE, Answer the following questions: a. What happens when the following command is run on the database state shown in Figure 5.6? DELETE EMPLOYEE WHERE LNAME = ‘Borg’ b. Is it better to CASCADE or SET NULL in case of EMPSUPERFK constraint ON DELETE?