Fundamentals of Information Systems
9th Edition
ISBN: 9781337097536
Author: Ralph Stair, George Reynolds
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 3, Problem 5SAT
The ability to combine two or more tables through common data attributes to form a new table with only the unique data attributes is called _____________.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
An_____________ is a collection of instructions and commands used to define and describe data and relationships in a specific database. a. data manipulation language. b. schema. c. data model d.data definition language.
Assignment Brief:
Some of the most difficult decisions that you face as a database developer are what tables to
create and what columns to place in each table, as well as how to relate the tables that you
create. Normalization is the process of applying a series of rules to ensure that your database
achieves optimal structure. Normal forms are a progression of these rules. Each successive
normal form achieves a better database design than the previous form did. Based on your
understanding for the various normal form respond to the following problems and provide the
optimal answer/solution.
Problem#1: 1st Normal Form (1NF)
Consider the Students table, with the primary key underlined, and the following data:
Students:
Alpha
100111
Email
doe@usna.edu
Name
Courses
GradePoints
NN204, SI204,
IT221
SM223, EE301
SI204
John Doe
2,3,3
Matt Smith
092244
113221
smith@usna.edu
black@usna.edu
4,4
Melinda
3
Black
NN204, SI204,
IT221
090112
Tom Johnson
Johnson@usna.ed
4,2,3
u
a) Is the Students table…
Data standardization usually focuses on fixing _ of data while data cleaning usually focuses on fixing _ of data.
A- The entity; data dictionary
B- The attribute; the entity
C- The entity; the attribute
D- Data dictionary; the entity
Chapter 3 Solutions
Fundamentals of Information Systems
Ch. 3 - Prob. 1LOCh. 3 - Prob. 2LOCh. 3 - Prob. 3LOCh. 3 - Prob. 4LOCh. 3 - Prob. 5LOCh. 3 - Define the role of the database schema, data...Ch. 3 - Prob. 7LOCh. 3 - Prob. 8LOCh. 3 - Prob. 9LOCh. 3 - Prob. 10LO
Ch. 3 - Prob. 11LOCh. 3 - Prob. 12LOCh. 3 - Prob. 13LOCh. 3 - Explain how a NoSOL database is different from an...Ch. 3 - Prob. 15LOCh. 3 - Prob. 16LOCh. 3 - Prob. 1.1RQCh. 3 - Which attribute would you designate as the primary...Ch. 3 - Prob. 1.1CTQCh. 3 - Prob. 1.2CTQCh. 3 - Prob. 2.1RQCh. 3 - Prob. 2.2RQCh. 3 - Prob. 2.1CTQCh. 3 - Prob. 2.2CTQCh. 3 - Prob. 3.1RQCh. 3 - Prob. 3.2RQCh. 3 - What additional questions need to be answered...Ch. 3 - Prob. 3.2CTQCh. 3 - Prob. 4.1RQCh. 3 - Prob. 4.2RQCh. 3 - Prob. 4.1CTQCh. 3 - Prob. 4.2CTQCh. 3 - Prob. 5.1RQCh. 3 - Prob. 5.2RQCh. 3 - Why is it unlikely that a traditional SQL database...Ch. 3 - Prob. 5.2CTQCh. 3 - Prob. 1SATCh. 3 - Prob. 2SATCh. 3 - Prob. 3SATCh. 3 - Prob. 4SATCh. 3 - The ability to combine two or more tables through...Ch. 3 - Prob. 6SATCh. 3 - Prob. 7SATCh. 3 - Prob. 8SATCh. 3 - Prob. 9SATCh. 3 - Prob. 10SATCh. 3 - Prob. 11SATCh. 3 - Prob. 12SATCh. 3 - Prob. 13SATCh. 3 - Prob. 14SATCh. 3 - Prob. 15SATCh. 3 - Prob. 16SATCh. 3 - Prob. 1RQCh. 3 - In the hierarchy of data, what is the difference...Ch. 3 - Prob. 3RQCh. 3 - What is meant by data archiving? Why is this an...Ch. 3 - What is an entity-relationship diagram, and what...Ch. 3 - Identify four basic data manipulations performed...Ch. 3 - Prob. 7RQCh. 3 - Prob. 8RQCh. 3 - Prob. 9RQCh. 3 - Prob. 10RQCh. 3 - Prob. 11RQCh. 3 - Prob. 12RQCh. 3 - Prob. 13RQCh. 3 - Prob. 14RQCh. 3 - Prob. 15RQCh. 3 - Prob. 16RQCh. 3 - Prob. 17RQCh. 3 - Prob. 1DQCh. 3 - Outline some specific steps an organization might...Ch. 3 - SQL databases conform to ACID properties. Briefly...Ch. 3 - Prob. 4DQCh. 3 - Prob. 5DQCh. 3 - Prob. 6DQCh. 3 - Prob. 7DQCh. 3 - Prob. 8DQCh. 3 - Prob. 9DQCh. 3 - Prob. 1PSECh. 3 - A company that provides a movie-streaming...Ch. 3 - Prob. 3PSECh. 3 - Prob. 4PSECh. 3 - Prob. 1WECh. 3 - Prob. 2WECh. 3 - Prob. 3WECh. 3 - Describe the role of a database administrator....Ch. 3 - Prob. 2CECh. 3 - Prob. 1.1CSCh. 3 - Prob. 1.2CSCh. 3 - Prob. 1.3CSCh. 3 - Prob. 2.1CSCh. 3 - Prob. 2.2CSCh. 3 - Prob. 2.3CS
Knowledge Booster
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
- In the hierarchy of data, what is the difference between a data attribute and a data item? What is the domain of an attribute?arrow_forwardto de Category 15 PK to do id PK category id name description create date 18 deadine FK categoryid FK user id create date user PK user id first name last name email create_date The above ER Diagram shows a simple TODO tasks management database. The create table script for Category table is given to you below. Complete the script by providing the correct definitions of the other two tables. Choose the data types of each attribute and assume all primary keys to be auto incrementing integers. Create Table Category ( user_id int primary Key identity(1,1), name varchar(255),arrow_forwardWhy is it important to maintain data definitions?arrow_forward
- T. Relational Model Instructions This assignment will show that you understand how columns should be separated between tables in a properly structured relational database. Your objective: Imagine you need to design a database that tracks members, type of membership, and exercise routines for each member. • Build a relational database model with multiple tables • Use your imagination and feel free to create the tables with as many columns as you would like. • Highest points will be awarded for completeness AND correctness. Submit as an Excel workbook or image.arrow_forwardIf processing speed was an important requirement for a company when building out a database, what changes can a designer revise in the next database iteration if the current design has more than 95% of tables with a 1:1 relationship? Combine some tables together. Create more 1:M relationships. Create more M:N relationship. Leave the database design as isarrow_forwardNB: Your project work is to be zipped Design any database project. and use it to answer the following questions. Briefly describe your database and what it does. Write the names of five of your database tables and indicate their primary keys. Present your answer in a table format. For each table mentioned in (b) above, write down all the attributes you used in creating the table. Draw a diagram representing the type of Database Table Relationship existing between any twotables of your database. Please I need a zipped file to the project.arrow_forward
- QUESTION 2 Hillar Furniture Enterprise is a furniture store owned by Dr. Hillar Addo of AIT. The materials manager of this company maintains a list of suppliers for each of the materials items purchased by the company from outside vendors. The following table shows the essential data required for this application. Hillar Furniture Company Purchasing Data is shown below: Attribute Name Material_ID Material_ Name Unit_of_Measure Standard_Cost Vendor_ID Vendor_name Unit_price Terms_Code Terms Sample Value 3792 Hinges 3” locking Each GHC 5.00 V300 Apex Hardware GHC 4.75 1 COD a) Using the dependency diagram, identify the functional dependencies for this data. You may assume the following: Each material has one or more suppliers. Each supplier may have supply one or more items or may not supply many items. The unit price for a material may vary from one vendor to another The terms of a code for a supplier uniquely identifies the terms of a sale (e.g. code 2…arrow_forwardRequired: Convert the E-R diagram you designed in last exercise into a relational database schema. Recommended: Convert the E-R Diagram of following Fig to a relational database schema. DeptNO, DeptBudget, ChiefNO OfficeNO, Area ProNO, Budget 1 n Includę 1 Charge n Office Dept Project 1 1 Include Include n Join m Phone Employee PhoneNO, Туре No, Name, TelNoarrow_forwardHow can you, as a database designer, affect your database's performance in certain use scenarios? Which strategy is the most crucial for doing this?arrow_forward
- Which phase of complex database development adds indexes and specidfies how tables are organized on storage media? a) Logical Design b) Analysis c) Physical Design d) Functional Dependencearrow_forwardConvert the E-R schema to a relational database schema.Be sure to include appropriate constraints.Be sure your relational schema conforms to your E-R schemaarrow_forwardCreate the Database Schema, the Normalize table, and the Final ERDarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Fundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
SQL Basics for Beginners | Learn SQL | SQL Tutorial for Beginners | Edureka; Author: edureka;https://www.youtube.com/watch?v=zbMHLJ0dY4w;License: Standard YouTube License, CC-BY