Preview

Csc 215 Answers

Satisfactory Essays
Open Document
Open Document
527 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Csc 215 Answers
Parth barot
CISC 215
Chapter 1 review Question and answers
1) Databases are used everywhere, they are key component of heart of organization –wide operation and decision support application.
2) The purpose of this book is to learn the essential database concepts, technology and techniques that you will need to begin a career as database developer.
3) The purpose of a database is to help people to keep track things.
4) A modification problem is a data corruption or loss that occurs when a table uses one row to store about two or more themes. 1) Insert problems missing data 2) update problem, inconsistent data 3) delete problem, data loss.
5) 1)Updating an owner’s name or other data must be done many rows, 2)possibly incorrect , 3)No place to store owner data unless they have
…show more content…
8) PET (pet ID, pet name, pet type, pet Breed, pet DOB, owner Phone), OWNER (Owner name, Owner email).
9) 1) We have to change owner data just once for each owner 2) we allow only one row per owner so we can’t have inconsistent data 3) we can add owner data, even if the owner has no pet.
10) Structure query language. It use for combining querying and processing sets of tables and the data in those table.
11) The list has three themes: pet, owner and service
12) PET (Pet ID, Pet Name, Pet Type, Pet Breed, Pet DOB, Owner Phone) OWNER (OwnerLastName, OwnerFirstName, OwnerPhone, OwnerEmail) SERVICE (ServiceID, Service, Date, Charge, PetID)
13) Relationships are represented by storing the key values such as pet id and owner phone number in second table column.
14) User, database application , DBMS, and database
15) A self-describing collection of related tables.
16) It’s important to self-describing the data base because this is the way to know the database structure and content.
17) User data, metadata, indexes and other overhead data.
18) Metadata is data about the structure of the

You May Also Find These Documents Helpful

  • Satisfactory Essays

    It203 Homework 5

    • 319 Words
    • 2 Pages

    5. What restrictions does referential integrity place on the way data is entered into tables?…

    • 319 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    • Describe the basic framework or make-up of any database. Discuss what makes databases important as well as a major target to hackers.…

    • 392 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Dbm 380 Week 1

    • 1191 Words
    • 5 Pages

    Database environments are very important in today’s industries. In selecting an organization that will need a database, I choose Smith Consulting. Smith Consulting will need a database to track their consulting staff, each staff member’s skill sets, and what projects they will be working on. This document will provide information on the following area’s listed below:…

    • 1191 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    This memo is to inform you that your service request SR-ta-001 has reached my desk and currently is in the process of being completed. The purpose of this memo is to report the progress on the service requests. Currently I am in the stage of normalizing the database to the third normal form. By normalizing the database to the third level of normalization I will ensure that the data is efficiently organized within the database by removing duplicate and redundant data from the database relations. Normalizing the data to the normal third will help free up space and make it easier for the users to retrieve the data by elimination of the same data stored in more than one relation. In addition, normalizing to this level will also ensure data integrity, scalability, and storage efficiency. I have made sure that that there are no repeating columns or rows within the same tables and each column has only one value and one data type therefore the level of 1 normalization has been completed. I then continued to normalize the database to the second level of normalization by ensuring that each nonkey attribute is fully dependent on the key columns of the table. Once level one and two normal form had been completed I continued by establishing primary and foreign keys along with relationships. I will keep in contact with you as the project nears completion.…

    • 329 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Garden Glory chapter 1

    • 824 Words
    • 4 Pages

    Deleting value: For example, if want to delete data of a property of owner the data of owner who has only one property then information of the owner will be also deleted because they are in the same row.…

    • 824 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    3. Consider a table of data about employees. Which of the following fields are keys? Which one would you choose as the primary key? Employee ID Why? Because it is a unique number assigned to each employee.…

    • 421 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    b) 10 Convert the one table in the previous question to a relational database design. Fill each table in your…

    • 1445 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    week 4 Discussion 1

    • 447 Words
    • 2 Pages

    Redundant data wastes disk space and creates maintenance problems. If data that exists in more than one place must be changed, the data must be changed in exactly the same way in all locations. A customer address change is much easier to implement if that data is stored only in the Customers table and nowhere else in the database. Another example is do not use multiple fields in a single table to store similar data. For example, to track an inventory item that may come from two possible sources, an inventory record may contain fields for Vendor Code 1 and Vendor Code 2.…

    • 447 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Assingment 1

    • 663 Words
    • 3 Pages

    1.3. What problem would you encounter if you tried to create a listing by last name? There are several records under same last name, so if they list by the last name same record will be stored unnecessarily.(Data redundancy)…

    • 663 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database is a structure that can store information about multiple types of entities, the attributes of those entities, and the relationships between the entities (Pratt & Adamski, 2012, Chapter 1). How data is received, stored, processed, and made available to others has an effect on the success or failure of an organization. The use of different architecture is a most to fit the needs of the organization, however the value of the data still remains in been able to access and extract information from the database system, and the only way this can be reached is by organizing, storing, and analyzing it effectively. For many organizations these systems have become an essential part of their structural and operational success.…

    • 885 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Customer Info = Guest Name + Room Number + Arrival Date + Departure Date + Representing + Mailing Address + Bus.…

    • 1214 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Databases are important to businesses for several reasons. To boost operations they use communications, web, and database technologies. Databases are key in all functions relating to information storage and retrieval, and assists with marketing, customers service, financials, and logistics. They are also essential in the creation and maintenance of records for continuous usage and to generate reports from this information. For example, a company could store all customer information and ordering data in Access to use for creating queries and tables to base reports on, supplying them an easy efficient way for entering, and storing data for reports such as invoices.…

    • 662 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Master in It

    • 1060 Words
    • 5 Pages

    2. What is the purpose of having a primary key in the relational database table?…

    • 1060 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Assignment Zaras

    • 792 Words
    • 4 Pages

    4b. List the underlying data (items) requirement(s) for this key information (underlying inputs for these)?…

    • 792 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Coronel PPT Ch01

    • 1962 Words
    • 13 Pages

    ©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.…

    • 1962 Words
    • 13 Pages
    Satisfactory Essays

Related Topics