SlideShare a Scribd company logo
1 of 7
Title of Paper
Student’s Name
Course name and number
Instructor’s name
Date submitted
Motown records
Overview of the company
Motown records were founded on January 12, 1959 and soon
became another factory of Detroit where automobiles was
produced. Motown also tries to assemble down the soul and pop
classic music that helps in changing America. Reaching to the
height of the civil rights movement, Motown became the black
owned, black centered that provide white Americans something
which they were not able to get that is joyous, sad, romantic and
mad grooving music. Motown records achieved its success in
Detroit, Michigan and the company plays a very important role
in racial integration of very popular music. Firstly the record
label are owned by African American by featuring African
American artists who regularly tries to achieve crossover
success and puts a lasting effect on the music industry.
Identification of entities
Motown has now owned and distributes more than 45 subsidiary
releases in varying genres. Detroit was formed in Los Angeles
in the year 1972 and it also remained an independent company
since 1988 up till the time when Gordy sold his company to
MCA. Now the headquarters of this company is situated in New
York City. Universal Motown Records Group owns a subsidiary
named Motown Records (Wand, 2003).
Motown was founded by Berry Gordy Jr, when he first started to
write songs for local Detroit acts like Jackie Wilson and
Matadors. Wilson’s single song Lonely Teardrops which was
co-written by Gordy and Roquel Billy Davis became a huge
success but Gordy felt that he has not make much money as he
deserves from the release of this song and other single song
which he wrote for Wilson. He thought of more lucrative end of
his business which was producing records and also owning the
royalties of the same songs. Gordy wanted to name their
company as Tammy records after a very popular song from his
film, Tammy and the Bachelor. When he founded this he was
already using it so he decided to use the name Tamla.
Database Application
The whole company is organized into various departments and
each and every department owns a unique name, a unique
number and also an employee who manages the whole
department. They try to keep the track of the start date when the
employee tries to manage the department. A department is also
situated in several locations. A department also tries to control
various projects, and each of the projects has their own unique
number, a unique name in a single location.
In the database each employee’s name, their social security
number, address, salary, sex and date of birth is stored. An
employee is assigned a department but at the same time he can
work on various other projects also which is not at all necessary
to be controlled by same department as well. A proper track has
to be maintained of number of hours on per week basis which
records the employee’s work done on each project. A proper
track has to be maintained of direct supervisor of each
employee.
Motown can also keep a track of the dependents of each
employee for the purpose of insurance. Here each dependents
first name, sex, date of birth and relationship to the employee
has to be maintained.
Conceptual Data Model
A conceptual data model of Motown records is based on the
summary level data that is very often used in strategic data
projects. It also describes the entire enterprise. Since it is of a
very abstract nature so it is referred as conceptual model
Characteristics of conceptual data model:-
The business concepts are covered enterprise wide on the basis
of customer, product, store, location and asset
It is designed and developed mainly for business audience
It contains around 20-50 entities with a limited number of
attributes described. Sometimes it is limited to only one page
It also contains the relationship between entities but can or
cannot include cardinality and null ability
Different entities have different definitions
It is designed and developed to be independent of DBMS that
stores locations of data and technologies. It also addresses
digital and non-digital concepts. It tries to model paper records
and also artifacts (Slater, 2017).
References
Gemino, A.; Wand, Y. (2003). "Evaluating modeling techniques
based on models of learning". Communications of the
ACM. 46 (10): 79–84. doi:10.1145/944217.944243. Retrieved
October 25, 2017
Mental Representation:The Computational Theory of Mind,
Stanford Encyclopedia of Philosophy, [1]. Retrieved October
25, 2017
Mental Models and Usability, Depaul University, Cognitive
Psychology 404, Nov, 15, 1999, Mary Jo Davidson, Laura Dove,
Julie Weltz, [2]. Retrieved October 25, 2017
Slater, Matthew H.; Yudell, Zanja, eds. (2017). Metaphysics
and the Philosophy of Science: New Essays. Oxford; New
York: Oxford University Press.
p. 127. ISBN9780199363209. OCLC956947667. Retrieved
October 25, 2017
Assignment Objectives
Write SQL queries to solve information retrieval problems of
moderate complexity using a given relational database.
Deliverable Length: Paper of 4–5 pages (excluding references
and cover page) + Database System Plan template.
Scholarly references and articles only.
Key Assignment Draft
You have been asked to develop a database system plan for a
local company (or a company of your choosing) that wants to
track its customers/clients, appointments, billing, and
employees. Structured query language (SQL) is used to create
the database schema, maintain the database records, and
perform administrative tasks. In addition to the Database
System Plan template that includes section headings (project
outline), submit a SQL Statements document of 4–5 pages based
on the entity relationship (ER) model completed in Week 3.
Complete the following:
· Include SQL statements that use data definition language
(DDL) commands to create the database schema specified in the
ER diagram created in Week 3.
· Include indexes, constraints, and relationships.
· Include SQL statements that use data manipulation language
(DML) to do the following:
· INSERT 15 records into each table.
· UPDATE 5 sets of records in each table using one specific
criteria per update statement (e.g., EXACT MATCH, LIKE,
BETWEEN, IN, or HAVING).
· DELETE 2 records from 1 table based on specific criteria
(e.g., EXACT MATCH or LIKE).
· Create stored procedures to support retrieval of the data from
the database, using SELECT statements to accomplish the
following:
· Aggregate (group) functions (count, avg, min, max, sum)
· Write 4 queries using group functions.
· Group By
· Write 2 queries using the Group By, Having, and Order By
syntax.
· Simple queries
· Write 4 queries that manipulate data in 1 table.
· Join queries
· Write 4 queries that join 2 or more tables.
· Add this section to the SQL Statements section of your
database system plan.
· Name the document as follows:
· yourname_IT600__IP4.doc
· All sources should be cited both in-text and in the References
section by using APA format.
Assignment Objectives
Company Name: Motown Records
Define the relational database model and determine if a given
database satisfies the properties of a relational database.
Write SQL queries to solve information retrieval problems of
moderate complexity using a given relational database.
Deliverable Length: Paper of 4–5 pages (excluding references
and cover page) + Database System Plan template.
Scholarly references and articles only.
Write an Entity Relationship (ER) Diagram document of 4–5
pages based on the conceptual model that you completed in
Week 2. Include the following:
· Use Visio software application to create an ER diagram that
outlines the primary keys for all entities, the relationships
between different entities, the attributes (and data types) for
each entity, and junction tables to support any many-to-many
relationships
· A design that meets the minimum of third normal form (3NF)
· A description of the steps that you took to ensure that your
design was normalized to the desired level and any exceptions
you had to make to prevent anomalies and a loss in data
integrity
· Add section to the Entity Relationship (ER) Diagram section
of your database system plan
· Name the document as follows:
· yourname_IT610__IP3.doc
· All sources should be cited both in the text and in the
References section by using APA format.
· Submit the document for grading.

More Related Content

Similar to Title of PaperStudent’s NameCourse.docx

Assignment 1 Social Performance of OrganizationsAccording to .docx
Assignment 1 Social Performance of OrganizationsAccording to .docxAssignment 1 Social Performance of OrganizationsAccording to .docx
Assignment 1 Social Performance of OrganizationsAccording to .docxbraycarissa250
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comMcdonaldRyan38
 
Introduction to Database Management Systems
Introduction to Database Management Systems Introduction to Database Management Systems
Introduction to Database Management Systems Reem Sherif
 
Database adminstrator L-4 Design a Database - Lo1.pptx
Database adminstrator L-4  Design a Database - Lo1.pptxDatabase adminstrator L-4  Design a Database - Lo1.pptx
Database adminstrator L-4 Design a Database - Lo1.pptxbirhanugirmay559
 
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docx
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docxCSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docx
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docxmydrynan
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comjhonklinz10
 
IST365 - Project Deliverable #3Create the corresponding relation.docx
IST365 - Project Deliverable #3Create the corresponding relation.docxIST365 - Project Deliverable #3Create the corresponding relation.docx
IST365 - Project Deliverable #3Create the corresponding relation.docxpriestmanmable
 
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docx
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docxTerm Paper VirtualizationDue Week 10 and worth 210 pointsThis.docx
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docxmattinsonjanel
 
Assignment Select a company for which you have a working knowledg.docx
Assignment Select a company for which you have a working knowledg.docxAssignment Select a company for which you have a working knowledg.docx
Assignment Select a company for which you have a working knowledg.docxssuser562afc1
 

Similar to Title of PaperStudent’s NameCourse.docx (11)

Assignment 1 Social Performance of OrganizationsAccording to .docx
Assignment 1 Social Performance of OrganizationsAccording to .docxAssignment 1 Social Performance of OrganizationsAccording to .docx
Assignment 1 Social Performance of OrganizationsAccording to .docx
 
Databases
DatabasesDatabases
Databases
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.com
 
Introduction to Database Management Systems
Introduction to Database Management Systems Introduction to Database Management Systems
Introduction to Database Management Systems
 
Database adminstrator L-4 Design a Database - Lo1.pptx
Database adminstrator L-4  Design a Database - Lo1.pptxDatabase adminstrator L-4  Design a Database - Lo1.pptx
Database adminstrator L-4 Design a Database - Lo1.pptx
 
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docx
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docxCSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docx
CSCI 340 Final Group ProjectNatalie Warden, Arturo Gonzalez, R.docx
 
Sq lite module2
Sq lite module2Sq lite module2
Sq lite module2
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.com
 
IST365 - Project Deliverable #3Create the corresponding relation.docx
IST365 - Project Deliverable #3Create the corresponding relation.docxIST365 - Project Deliverable #3Create the corresponding relation.docx
IST365 - Project Deliverable #3Create the corresponding relation.docx
 
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docx
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docxTerm Paper VirtualizationDue Week 10 and worth 210 pointsThis.docx
Term Paper VirtualizationDue Week 10 and worth 210 pointsThis.docx
 
Assignment Select a company for which you have a working knowledg.docx
Assignment Select a company for which you have a working knowledg.docxAssignment Select a company for which you have a working knowledg.docx
Assignment Select a company for which you have a working knowledg.docx
 

More from herthalearmont

TNEEL-NE Theoretical Perspectives Learning Activ.docx
TNEEL-NE Theoretical Perspectives   Learning Activ.docxTNEEL-NE Theoretical Perspectives   Learning Activ.docx
TNEEL-NE Theoretical Perspectives Learning Activ.docxherthalearmont
 
To Board of Directors of Reed Elsevier Plc.From Report.docx
To       Board of Directors of Reed Elsevier Plc.From   Report.docxTo       Board of Directors of Reed Elsevier Plc.From   Report.docx
To Board of Directors of Reed Elsevier Plc.From Report.docxherthalearmont
 
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docx
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docxTMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docx
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docxherthalearmont
 
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docx
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docxTitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docx
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docxherthalearmont
 
TitleAuthorSetting.docx
TitleAuthorSetting.docxTitleAuthorSetting.docx
TitleAuthorSetting.docxherthalearmont
 
TitleAJS504 Week 1 AssignmentName of StudentI.docx
TitleAJS504 Week 1 AssignmentName of StudentI.docxTitleAJS504 Week 1 AssignmentName of StudentI.docx
TitleAJS504 Week 1 AssignmentName of StudentI.docxherthalearmont
 
TitleABC123 Version X1Working in Diverse GroupsPSY.docx
TitleABC123 Version X1Working in Diverse GroupsPSY.docxTitleABC123 Version X1Working in Diverse GroupsPSY.docx
TitleABC123 Version X1Working in Diverse GroupsPSY.docxherthalearmont
 
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docx
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docxTitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docx
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docxherthalearmont
 
TitleAuthorsSourceDocument TypeSubject Terms.docx
TitleAuthorsSourceDocument TypeSubject Terms.docxTitleAuthorsSourceDocument TypeSubject Terms.docx
TitleAuthorsSourceDocument TypeSubject Terms.docxherthalearmont
 
TitleABC123 Version X1Week Two Assignment Worksheet.docx
TitleABC123 Version X1Week Two Assignment Worksheet.docxTitleABC123 Version X1Week Two Assignment Worksheet.docx
TitleABC123 Version X1Week Two Assignment Worksheet.docxherthalearmont
 
TitleABC123 Version X1Weekly Overview Week FourHCS.docx
TitleABC123 Version X1Weekly Overview Week FourHCS.docxTitleABC123 Version X1Weekly Overview Week FourHCS.docx
TitleABC123 Version X1Weekly Overview Week FourHCS.docxherthalearmont
 
TitleABC123 Version X1Week One Assignment Worksheet.docx
TitleABC123 Version X1Week One Assignment Worksheet.docxTitleABC123 Version X1Week One Assignment Worksheet.docx
TitleABC123 Version X1Week One Assignment Worksheet.docxherthalearmont
 
TitleABC123 Version X1Week 4 Practice Worksheet.docx
TitleABC123 Version X1Week 4 Practice Worksheet.docxTitleABC123 Version X1Week 4 Practice Worksheet.docx
TitleABC123 Version X1Week 4 Practice Worksheet.docxherthalearmont
 
TitleABC123 Version X1Workplace Safety Plan Worksheet.docx
TitleABC123 Version X1Workplace Safety Plan Worksheet.docxTitleABC123 Version X1Workplace Safety Plan Worksheet.docx
TitleABC123 Version X1Workplace Safety Plan Worksheet.docxherthalearmont
 
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docx
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docxTitleABC123 Version X1Week 4 Practice Worksheet PSY.docx
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docxherthalearmont
 
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docx
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docxTMGT 361Assignment V InstructionsLectureEssayStatistics 001.docx
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docxherthalearmont
 
TL3127 Creativity & Innovation in Organisations – 201718Assig.docx
TL3127 Creativity & Innovation in Organisations – 201718Assig.docxTL3127 Creativity & Innovation in Organisations – 201718Assig.docx
TL3127 Creativity & Innovation in Organisations – 201718Assig.docxherthalearmont
 
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docx
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docxTitle The Ship of LoveDate ca. 1500Period RenaissanceRela.docx
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docxherthalearmont
 
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docx
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docxTitleABC123 Version X1Week 1 Practice WorksheetPSY.docx
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docxherthalearmont
 
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docx
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docxTitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docx
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docxherthalearmont
 

More from herthalearmont (20)

TNEEL-NE Theoretical Perspectives Learning Activ.docx
TNEEL-NE Theoretical Perspectives   Learning Activ.docxTNEEL-NE Theoretical Perspectives   Learning Activ.docx
TNEEL-NE Theoretical Perspectives Learning Activ.docx
 
To Board of Directors of Reed Elsevier Plc.From Report.docx
To       Board of Directors of Reed Elsevier Plc.From   Report.docxTo       Board of Directors of Reed Elsevier Plc.From   Report.docx
To Board of Directors of Reed Elsevier Plc.From Report.docx
 
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docx
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docxTMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docx
TMGT 361Assignment VII A InstructionsLectureEssayControl Ch.docx
 
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docx
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docxTitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docx
TitleHOW DIVERSITY WORKS. AuthorsPhillips, Katherine W.1.docx
 
TitleAuthorSetting.docx
TitleAuthorSetting.docxTitleAuthorSetting.docx
TitleAuthorSetting.docx
 
TitleAJS504 Week 1 AssignmentName of StudentI.docx
TitleAJS504 Week 1 AssignmentName of StudentI.docxTitleAJS504 Week 1 AssignmentName of StudentI.docx
TitleAJS504 Week 1 AssignmentName of StudentI.docx
 
TitleABC123 Version X1Working in Diverse GroupsPSY.docx
TitleABC123 Version X1Working in Diverse GroupsPSY.docxTitleABC123 Version X1Working in Diverse GroupsPSY.docx
TitleABC123 Version X1Working in Diverse GroupsPSY.docx
 
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docx
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docxTitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docx
TitleBUS-FP3061 – Fundamentals of AccountingRatioYear .docx
 
TitleAuthorsSourceDocument TypeSubject Terms.docx
TitleAuthorsSourceDocument TypeSubject Terms.docxTitleAuthorsSourceDocument TypeSubject Terms.docx
TitleAuthorsSourceDocument TypeSubject Terms.docx
 
TitleABC123 Version X1Week Two Assignment Worksheet.docx
TitleABC123 Version X1Week Two Assignment Worksheet.docxTitleABC123 Version X1Week Two Assignment Worksheet.docx
TitleABC123 Version X1Week Two Assignment Worksheet.docx
 
TitleABC123 Version X1Weekly Overview Week FourHCS.docx
TitleABC123 Version X1Weekly Overview Week FourHCS.docxTitleABC123 Version X1Weekly Overview Week FourHCS.docx
TitleABC123 Version X1Weekly Overview Week FourHCS.docx
 
TitleABC123 Version X1Week One Assignment Worksheet.docx
TitleABC123 Version X1Week One Assignment Worksheet.docxTitleABC123 Version X1Week One Assignment Worksheet.docx
TitleABC123 Version X1Week One Assignment Worksheet.docx
 
TitleABC123 Version X1Week 4 Practice Worksheet.docx
TitleABC123 Version X1Week 4 Practice Worksheet.docxTitleABC123 Version X1Week 4 Practice Worksheet.docx
TitleABC123 Version X1Week 4 Practice Worksheet.docx
 
TitleABC123 Version X1Workplace Safety Plan Worksheet.docx
TitleABC123 Version X1Workplace Safety Plan Worksheet.docxTitleABC123 Version X1Workplace Safety Plan Worksheet.docx
TitleABC123 Version X1Workplace Safety Plan Worksheet.docx
 
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docx
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docxTitleABC123 Version X1Week 4 Practice Worksheet PSY.docx
TitleABC123 Version X1Week 4 Practice Worksheet PSY.docx
 
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docx
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docxTMGT 361Assignment V InstructionsLectureEssayStatistics 001.docx
TMGT 361Assignment V InstructionsLectureEssayStatistics 001.docx
 
TL3127 Creativity & Innovation in Organisations – 201718Assig.docx
TL3127 Creativity & Innovation in Organisations – 201718Assig.docxTL3127 Creativity & Innovation in Organisations – 201718Assig.docx
TL3127 Creativity & Innovation in Organisations – 201718Assig.docx
 
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docx
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docxTitle The Ship of LoveDate ca. 1500Period RenaissanceRela.docx
Title The Ship of LoveDate ca. 1500Period RenaissanceRela.docx
 
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docx
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docxTitleABC123 Version X1Week 1 Practice WorksheetPSY.docx
TitleABC123 Version X1Week 1 Practice WorksheetPSY.docx
 
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docx
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docxTitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docx
TitleCollapseTop of FormTotal views 3 (Your views 1)Ar.docx
 

Recently uploaded

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Recently uploaded (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

Title of PaperStudent’s NameCourse.docx

  • 1. Title of Paper Student’s Name Course name and number Instructor’s name Date submitted
  • 2. Motown records Overview of the company Motown records were founded on January 12, 1959 and soon became another factory of Detroit where automobiles was produced. Motown also tries to assemble down the soul and pop classic music that helps in changing America. Reaching to the height of the civil rights movement, Motown became the black owned, black centered that provide white Americans something which they were not able to get that is joyous, sad, romantic and mad grooving music. Motown records achieved its success in Detroit, Michigan and the company plays a very important role in racial integration of very popular music. Firstly the record label are owned by African American by featuring African American artists who regularly tries to achieve crossover success and puts a lasting effect on the music industry. Identification of entities Motown has now owned and distributes more than 45 subsidiary releases in varying genres. Detroit was formed in Los Angeles in the year 1972 and it also remained an independent company since 1988 up till the time when Gordy sold his company to MCA. Now the headquarters of this company is situated in New York City. Universal Motown Records Group owns a subsidiary named Motown Records (Wand, 2003). Motown was founded by Berry Gordy Jr, when he first started to
  • 3. write songs for local Detroit acts like Jackie Wilson and Matadors. Wilson’s single song Lonely Teardrops which was co-written by Gordy and Roquel Billy Davis became a huge success but Gordy felt that he has not make much money as he deserves from the release of this song and other single song which he wrote for Wilson. He thought of more lucrative end of his business which was producing records and also owning the royalties of the same songs. Gordy wanted to name their company as Tammy records after a very popular song from his film, Tammy and the Bachelor. When he founded this he was already using it so he decided to use the name Tamla. Database Application The whole company is organized into various departments and each and every department owns a unique name, a unique number and also an employee who manages the whole department. They try to keep the track of the start date when the employee tries to manage the department. A department is also situated in several locations. A department also tries to control various projects, and each of the projects has their own unique number, a unique name in a single location. In the database each employee’s name, their social security number, address, salary, sex and date of birth is stored. An employee is assigned a department but at the same time he can work on various other projects also which is not at all necessary to be controlled by same department as well. A proper track has to be maintained of number of hours on per week basis which records the employee’s work done on each project. A proper track has to be maintained of direct supervisor of each employee. Motown can also keep a track of the dependents of each employee for the purpose of insurance. Here each dependents first name, sex, date of birth and relationship to the employee has to be maintained. Conceptual Data Model A conceptual data model of Motown records is based on the
  • 4. summary level data that is very often used in strategic data projects. It also describes the entire enterprise. Since it is of a very abstract nature so it is referred as conceptual model Characteristics of conceptual data model:- The business concepts are covered enterprise wide on the basis of customer, product, store, location and asset It is designed and developed mainly for business audience It contains around 20-50 entities with a limited number of attributes described. Sometimes it is limited to only one page It also contains the relationship between entities but can or cannot include cardinality and null ability Different entities have different definitions It is designed and developed to be independent of DBMS that stores locations of data and technologies. It also addresses digital and non-digital concepts. It tries to model paper records and also artifacts (Slater, 2017). References Gemino, A.; Wand, Y. (2003). "Evaluating modeling techniques based on models of learning". Communications of the ACM. 46 (10): 79–84. doi:10.1145/944217.944243. Retrieved October 25, 2017 Mental Representation:The Computational Theory of Mind, Stanford Encyclopedia of Philosophy, [1]. Retrieved October 25, 2017 Mental Models and Usability, Depaul University, Cognitive Psychology 404, Nov, 15, 1999, Mary Jo Davidson, Laura Dove, Julie Weltz, [2]. Retrieved October 25, 2017 Slater, Matthew H.; Yudell, Zanja, eds. (2017). Metaphysics and the Philosophy of Science: New Essays. Oxford; New York: Oxford University Press. p. 127. ISBN9780199363209. OCLC956947667. Retrieved October 25, 2017
  • 5. Assignment Objectives Write SQL queries to solve information retrieval problems of moderate complexity using a given relational database. Deliverable Length: Paper of 4–5 pages (excluding references and cover page) + Database System Plan template. Scholarly references and articles only. Key Assignment Draft You have been asked to develop a database system plan for a local company (or a company of your choosing) that wants to track its customers/clients, appointments, billing, and employees. Structured query language (SQL) is used to create the database schema, maintain the database records, and perform administrative tasks. In addition to the Database System Plan template that includes section headings (project outline), submit a SQL Statements document of 4–5 pages based on the entity relationship (ER) model completed in Week 3. Complete the following: · Include SQL statements that use data definition language (DDL) commands to create the database schema specified in the ER diagram created in Week 3. · Include indexes, constraints, and relationships. · Include SQL statements that use data manipulation language (DML) to do the following: · INSERT 15 records into each table. · UPDATE 5 sets of records in each table using one specific criteria per update statement (e.g., EXACT MATCH, LIKE, BETWEEN, IN, or HAVING). · DELETE 2 records from 1 table based on specific criteria (e.g., EXACT MATCH or LIKE). · Create stored procedures to support retrieval of the data from the database, using SELECT statements to accomplish the following: · Aggregate (group) functions (count, avg, min, max, sum)
  • 6. · Write 4 queries using group functions. · Group By · Write 2 queries using the Group By, Having, and Order By syntax. · Simple queries · Write 4 queries that manipulate data in 1 table. · Join queries · Write 4 queries that join 2 or more tables. · Add this section to the SQL Statements section of your database system plan. · Name the document as follows: · yourname_IT600__IP4.doc · All sources should be cited both in-text and in the References section by using APA format. Assignment Objectives Company Name: Motown Records Define the relational database model and determine if a given database satisfies the properties of a relational database. Write SQL queries to solve information retrieval problems of moderate complexity using a given relational database. Deliverable Length: Paper of 4–5 pages (excluding references and cover page) + Database System Plan template. Scholarly references and articles only. Write an Entity Relationship (ER) Diagram document of 4–5 pages based on the conceptual model that you completed in Week 2. Include the following: · Use Visio software application to create an ER diagram that outlines the primary keys for all entities, the relationships between different entities, the attributes (and data types) for each entity, and junction tables to support any many-to-many relationships · A design that meets the minimum of third normal form (3NF)
  • 7. · A description of the steps that you took to ensure that your design was normalized to the desired level and any exceptions you had to make to prevent anomalies and a loss in data integrity · Add section to the Entity Relationship (ER) Diagram section of your database system plan · Name the document as follows: · yourname_IT610__IP3.doc · All sources should be cited both in the text and in the References section by using APA format. · Submit the document for grading.