A Guide to SQL
A Guide to SQL
9th Edition
ISBN: 9781111527273
Author: Philip J. Pratt
Publisher: Course Technology Ptr
Question
Book Icon
Chapter 2, Problem 3SCG
Program Plan Intro

Functional dependency:

  • A column “X” is said to be functionally dependent on another column “Y”, when at any point of time, a value for “X” determines a single value for “Y”.
  • In other words, a column “X” is said to be functionally dependent on another column “Y”, when two tuples agree on attribute “X” values then they should also agree on attribute “Y” values.
  • It is usually represented as “XY”, where the terms “X” and “Y” are composite.
  • It can be said as either “Y” is functionally dependent on “X” or as “X” functionally determines “Y”.

Normalization:

  • Normalization refers to the method of representing a database in the terms of relations, which are in the standard normal forms.
  • It is organized in a table manner to reduce data redundancy and data dependency.

Third Normal Form (3NF):

A table or a relation is said to be in third normal form if and only if it is in second normal form and if the candidate keys are its only determinants.

Blurred answer
Students have asked these similar questions
The following fields are presented in the table: Member Last Name, MemberFirstName, Street, City, State, ZipCode and MemberFee. The table contains 75,000 documents. How would you build indexes for the table and why would you create these indexes?
Create the Database Schema, the Normalize table, and the Final ERD StudentID Name Age Course CourseName Room ProfessorID Professor 1 Michael |17 СОЕО01 Computer Fundamentals O01 201201 Nath COEO02 Computer Programming 020 201202 Butch COEO03 Computer Design 300 201201 Nath 2 Jane 18 СОЕО01 Computer Fundamentals 001 201201 Nath COEO02 Computer Programming 020 201202 Butch 3 Max |17 СОЕО01 Computer Fundamentals 001 201201 Nath COEO03 Computer Design 300 201201 Nath Step by step procedure of Normalization
Database Foundations: Design a database to produce the following reports. Do not use any surrogate keys in your design. For each guide, list the guide number, guide last name, guide first name, address, city, state, postal code, telephone number, and date hired. For each trip, list the trip ID number, the trip name, the location from which the trip starts, the state in which the trip originates, the trip distance, the maximum group size, the type of trip (hiking, biking, or paddling), the season in which the trip occurs, and the guide number, first name, and last name of each guide. A guide may lead many trips and a trip may be led by many different guides. For each client, list the client number, client last name, client first name, address, city, state, postal code, and telephone number
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr