Database Concepts (7th Edition)
Database Concepts (7th Edition)
7th Edition
ISBN: 9780133544626
Author: David M. Kroenke, David J. Auer
Publisher: PEARSON
bartleby

Concept explainers

Expert Solution & Answer
Chapter 1, Problem 1.33E

Explanation of Solution

Name of spreadsheet: COMPANY

Column names:

NameIndustryCodeGross SalesOfficerNameOfficerTitle
     

The above spreadsheet contains Name, IndustryCode, Gross Sales, OfficerName, and OfficerTitle.

Divide the columns into tables with single theme:

Industry details:

Industry_idNameIndustryCode
1SUN352-765
2Anime654-123

Officer details:

Officer_idOfficerNameOfficerTitle
1Ram Kumarceo
2Rajesh Project Head

Sales details:

Industry_idOfficer_idGross Sales
1123000000
2245000000
1250000000
  • Number of themes: Three
  • Name of the theme: Industry details, officer details, and Sales

Assumptions:

In the above spreadsheet, there are three themes. One of the themes is about industry which is specified through the heading of Name and IndustryCode. The other theme is about officer who is specified through the heading of OfficerName and OfficerTitle. The final theme is about sales which are specified through the heading of Gross Sales.

  • Industry – It contains Industry_id, Name and IndustryCode attributes. The Industry_id is the primary key of the Industry table.
  • Officer – It contains Officer_id, OfficerName, and OfficerTitle attributes. The Officer_id is the primary key of the Officer table.
  • Sales – It contains Industry_id, Officer_id, and Gross Sales attributes.

Name of spreadsheet: COMPANY

Column names:

NameIndustryCodeGross SalesNameOfOwner
    

The above spreadsheet contains Name, IndustryCode, Gross Sales and NameOfOwner.

Divide the columns into tables with single theme:

Industry details:

Industry_idNameIndustryCodeNameOfOwner
1SUN352-765XXX
2Anime654-123YYY

Sales:

Industry_idGross Sales
123000000
245000000
150000000
  • Number of themes: Three
  • Name of the theme: Industry details and Sales

Assumptions:

In the above spreadsheet, there are three themes. One theme is about industry which is specified through the heading of Name and IndustryCode. The other theme is about president which is specified through the heading of NameOfPresident. The final theme is about a sale which is specified with the heading of Gross Sales.

  • Industry – It contains Industry_id, Name, IndustryCode, and NameOfOwner attributes. The Industry_id is the primary key of the Industry table.
  • Sales – It contains Industry_id, and Gross Sales attributes.

Name of spreadsheet: COMPUTER

Column names:

SerialNumberMakeModelDiskTypeDiskCapacity
     

The above spreadsheet contains SerialNumber, Make, Model, DiskType and DiskCapacity...

Blurred answer
Students have asked these similar questions
Write an example, that our backend database is based on MySQL, and the GraphQL query?
A symbol table can be a linear or hash table?
What is the idea behind distributed query processing using the semijoin operation? Write your answer with an explanation?
Knowledge Booster
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • Suppose the Publication schema with the specified functional dependencies: Publication (Title, Author, Book_type, Author_affil, ISBN) The functional dependencies hold for this schema: Title -> Author, Book_type Book_type,Author_affil -> ISBN Author-> Author_affil ISBN -> Title What is the highest normal form it is in?  Find a lossless-join decomposition into BCNF for the Publication schema.
    In the context of front-end web development, describe the key differences between server-side data binding and client-side data binding.
    Suppose we have a relational database with five tables. table key Attributes S(sid, A) Sid T(tid, B) Tid U(uid, C) Uid R(sid, tid, D) sid, tid Q(tid, uid, E) tid, uid Here R implements a many-to-many relationship between the entities implemented with tables S and T, and Q implements a many-to-many relationship between the entities implemented with tables T and U. A. Write an SQL query that returns all records of the form sid, uid where sid is the key of an S- record and uid is the key of a U-record and these two records are related through the relations R and Q. Use SELECT and not SELECT DISTINCT in your query. B. Write an SQL query that returns records of the form A, C where the A-value is from an S- record and the C-value is from a U-record and these two records are related through the relations R and Q. Use SELECT and not SELECT DISTINCT in your query. C. Could one of your queries from parts (a) and (b) return more records than the other? If so, which one? Justify your answer. D.…
    • SEE MORE QUESTIONS
    Recommended textbooks for you
  • Np Ms Office 365/Excel 2016 I Ntermed
    Computer Science
    ISBN:9781337508841
    Author:Carey
    Publisher:Cengage
  • Np Ms Office 365/Excel 2016 I Ntermed
    Computer Science
    ISBN:9781337508841
    Author:Carey
    Publisher:Cengage