IS698: Database Management Min Song IS NJIT. The Relational Data Model.

Slides:



Advertisements
Similar presentations
CSCI 4333 Database Design and Implementation Review for Midterm Exam I
Advertisements

1 Relational Algebra Operators Expression Trees Bag Model of Data Source: Slides by Jeffrey Ullman.
1 Relational Algebra Basic Operations Algebra of Bags.
1 Relational Algebra 1 Basic Operations. 2 What is an “Algebra” uMathematical system consisting of: wOperands --- variables or values from which new values.
1 Relational Algebra* and Tuple Calculus * The slides in this lecture are adapted from slides used in Standford's CS145 course.
Relational Algebra, Join and QBE Yong Choi School of Business CSUB, Bakersfield.
1 Constraints, Triggers and Active Databases Chapter 9.
Relational Database. Relational database: a set of relations Relation: made up of 2 parts: − Schema : specifies the name of relations, plus name and type.
1 Relational Algebra. Motivation Write a Java program Translate it into a program in assembly language Execute the assembly language program As a rough.
The Relational Model. Introduction Introduced by Ted Codd at IBM Research in 1970 The relational model represents data in the form of table. Main concept.
1 The Relational Data Model Chapter 4. 2 Data and Its Structure Data is actually stored as bits, but it is difficult to work with data at this level.
Chapter 3. 2 Chapter 3 - Objectives Terminology of relational model. Terminology of relational model. How tables are used to represent data. How tables.
1 The Relational Data Model Chapter 4. 2 Data and Its Structure Data is actually stored as bits, but it is difficult to work with data at this level.
Relational Model and Relational Algebra Rose-Hulman Institute of Technology Curt Clifton.
1 Relational Model. 2 Relational Database: Definitions  Relational database: a set of relations  Relation: made up of 2 parts: – Instance : a table,
1 A Closer Look Underlying Concepts of Databases and Transaction Processing.
Chapter 3 The Relational Data Model. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. 3-2 Data and Its Structure Data is actually stored.
1 A Closer Look Chapter 2. 2 Underlying Concepts of Databases and Transaction Processing.
1 The Big Picture of Databases We are particularly interested in relational databases Data is stored in tables.
Databases Illuminated
Relational Algebra Basic Operations Algebra of Bags.
Relational Model & Relational Algebra. 2 Relational Model u Terminology of relational model. u How tables are used to represent data. u Connection between.
Lecture 2 The Relational Model. Objectives Terminology of relational model. How tables are used to represent data. Connection between mathematical relations.
1 The Relational Data Model, Relational Constraints, and The Relational Algebra.
Chapter 4 The Relational Model.
Databases 1 First lecture. Informations Lecture: Monday 12:15-13:45 (3.716) Practice: Thursday 10:15-11:45 (2-519) Website of the course:
DBSQL 3-1 Copyright © Genetic Computer School 2009 Chapter 3 Relational Database Model.
1 CSE 480: Database Systems Lecture 5: Relational Data Model.
Constraints on Relations Foreign Keys Local and Global Constraints Triggers Following lecture slides are modified from Jeff Ullman’s slides
RELATIONAL DATA MODEL 1. 2 What is a Data Model? 1.Mathematical representation of data. wExamples: relational model = tables; semistructured model = trees/graphs.
1 The Relational Database Model. 2 Learning Objectives Terminology of relational model. How tables are used to represent data. Connection between mathematical.
FALL 2004CENG 351 File Structures and Data Management1 Relational Model Chapter 3.
Relational Data Model Ch. 7.1 – 7.3 John Ortiz Lecture 3Relational Data Model2 Why Study Relational Model?  Most widely used model.  Vendors: IBM,
Module Coordinator Tan Szu Tak School of Information and Communication Technology, Politeknik Brunei Semester
The Relational Algebra and Calculus
From Relational Algebra to SQL CS 157B Enrique Tang.
Databases : Relational Algebra 2007, Fall Pusan National University Ki-Joune Li These slides are made from the materials that Prof. Jeffrey D. Ullman distributes.
From Professor Ullman, Relational Algebra.
1 Lecture 2 Relational Algebra Based on
Chapter 2 Introduction to Relational Model. Example of a Relation attributes (or columns) tuples (or rows) Introduction to Relational Model 2.
Chapter 2: Intro to Relational Model. 2.2 Example of a Relation attributes (or columns) tuples (or rows)
ICOM 6005 – Database Management Systems Design Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 5 – September 4 th,
The Relational Model. 2 Relational Model Terminology u A relation is a table with columns and rows. –Only applies to logical structure of the database,
Relational Algebra BASIC OPERATIONS 1 DATABASE SYSTEMS AND CONCEPTS, CSCI 3030U, UOIT, COURSE INSTRUCTOR: JAREK SZLICHTA.
1 CSE 480: Database Systems Lecture 16: Relational Algebra.
CSCI 6315 Applied Database Systems Review for Midterm Exam I Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX 78539
1 Schema for Student Registration System Student Student (Id, Name, Addr, Status) Professor Professor (Id, Name, DeptId) Course Course (DeptId, CrsCode,
1 Introduction to Database Systems, CS420 Relational Algebra.
1 CS122A: Introduction to Data Management Lecture #4 (E-R  Relational Translation) Instructor: Chen Li.
1 Database Design: DBS CB, 2 nd Edition Relational Algebra: Basic Operations & Algebra of Bags Ch. 5.
Relational Algebra COMP3211 Advanced Databases Nicholas Gibbins
CENG 351 File Structures and Data Management1 Relational Model Chapter 3.
Chapter 2 The Big Picture. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. 2-2 Databases We are particularly interested in relational databases.
Chapter 71 The Relational Data Model, Relational Constraints & The Relational Algebra.
Basic Operations Algebra of Bags
CPSC-310 Database Systems
COMP3017 Advanced Databases
Databases We are particularly interested in relational databases
Module 2: Intro to Relational Model
Chapter 2: Intro to Relational Model
Operators Expression Trees Bag Model of Data
2018, Fall Pusan National University Ki-Joune Li
Basic Operations Algebra of Bags
Chapter 2: Intro to Relational Model
Chapter 2: Intro to Relational Model
Chapter 2: Intro to Relational Model
Example of a Relation attributes (or columns) tuples (or rows)
Chapter 2: Intro to Relational Model
The Relational Data Model
2019, Fall Pusan National University Ki-Joune Li
Presentation transcript:

IS698: Database Management Min Song IS NJIT

The Relational Data Model

Data and Its Structure  Data is actually stored as bits, but it is difficult to work with data at this level.  It is convenient to view data at different levels of abstraction.  Schema: Description of data at some level. Each level has its own schema.

Levels of Abstraction View 3View 2View 1 Physical schema Conceptual schema payrollrecords billing External schemas

Relational Model  A particular way of structuring data (relations)  Simple  Mathematically based Expressions (queries) can be analyzed by DBMS Transformed to equivalent expressions automatically (query optimization)

Relation Instance  Relation is a set of tuples Tuple ordering immaterial No duplicates Cardinality of relation = number of tuples  All tuples in a relation have the same structure; constructed from the same set of attributes

Relation Instance (Example) Id Name Address Status Student

Relation  Mathematical entity corresponding to a table row ~ tuple column ~ attribute  Values in a tuple are related to each other John lives at 123 Main  Relation R can be thought of as predicate R R(x,y,z) is true iff tuple (x,y,z) is in R

Relation Schema  Relation name  Attribute names and domains  Integrity constraints - e.g.,: The values of a particular attribute in all tuples are unique The values of a particular attribute in all tuples are greater than 0

Relational Database  Finite set of relations  Each relation consists of a schema and an instance  Database schema = set of relation schemas (and other things)  Database instance = set of (corresponding) relation instances

Database Schema (Example)  Student (Id: INT, Name: STRING, Address: STRING, Status: STRING)  Professor (Id: INT, Name: STRING, DeptId: DEPTS)  Course (DeptId: DEPTS, CrsName: STRING, CrsCode: COURSES)  Transcript (CrsCode: COURSES, StudId: INT, Grade: GRADES, Semester: SEMESTERS)  Department(DeptId: DEPTS, Name: STRING)

Integrity Constraints  Part of schema  Restriction on state (or sequence of states) of data base  Enforced by DBMS  Intra-relational - involve only one relation Part of relation schema e.g., all Ids are unique  Inter-relational - involve several relations Part of relation schema or database schema

Key Constraint  Values in a column (or columns) of a relation are unique: at most one row in a relation instance can contain a particular value(s)  Key - set of attributes satisfying key constraint e.g., Id in Student, e.g., (StudId, CrsCode, Semester) in Transcript

Key Constraint (con’t)  Minimality - no subset of a key is a key (StudId, CrsCode) is not a key of Transcript  Superkey - set of attributes containing key (Id, Name) is a superkey of Student  Every relation has a key  Relation can have several keys: primary key (Id in Student) – (cannot be null) candidate key ((Name, Address) in Student)

Foreign Key Constraint  Referential integrity => Item named in one relation must correspond to tuple(s) in another that describes the item Transcript (CrsCode) references Course(CrsCode ) Professor(DeptId) references Department(DeptId)  a1 is a foreign key of R1 referring to a2 in R2 => if v is a value of a1, there is a unique tuple of R2 in which a2 has value v This is a special case of referential integrity: a2 must be a candidate key of R2 (CrsCode is a key of Course) If no row exists in R2 => violation of referential integrity Not all rows of R2 need to be referenced.: relationship is not symmetric (some course might not be taught) Value of a foreign key might not be specified (DeptId column of some professor might be null)

Foreign Key Constraint (Example) a2 v3 v5 v1 v6 v2 v7 v4 a1 v1 v2 v3 v4 -- v3 R1R2 Foreign key Candidate key

Foreign Key (con’t)  Names of a1 and a2 need not be the same. With tables: ProfId attribute of Teaching references Id attribute of Professor  R1 and R2 need not be distinct. Employee(Id:INT, MgrId:INT, ….)  Employee(MgrId) references Employee(Id) Every manager is also an employee and hence has a unique row in Employee Teaching(CrsCode: COURSES, Sem: SEMESTERS, ProfId: INT) Professor(Id: INT, Name: STRING, DeptId: DEPTS)

Relational Algebra Operators Expression Trees

What is an “Algebra”  Mathematical system consisting of: Operands --- variables or values from which new values can be constructed. Operators --- symbols denoting procedures that construct new values from given values.

What is Relational Algebra?  An algebra whose operands are relations or variables that represent relations.  Operators are designed to do the most common things that we need to do with relations in a database. The result is an algebra that can be used as a query language for relations.

Roadmap  There is a core relational algebra that has traditionally been thought of as the relational algebra.  But there are several other operators we shall add to the core in order to model better the language SQL --- the principal language used in relational database systems.

Core Relational Algebra  Union, intersection, and difference. Usual set operations, but require both operands have the same relation schema.  Selection: picking certain rows.  Projection: picking certain columns.  Products and joins: compositions of relations.  Renaming of relations and attributes.

Selection  R1 := SELECT C (R2) C is a condition (as in “if” statements) that refers to attributes of R2. R1 is all those tuples of R2 that satisfy C.

Example Relation Sells: barbeerprice Joe’sBud2.50 Joe’sMiller2.75 Sue’sBud2.50 Sue’sMiller3.00 JoeMenu := SELECT bar=“Joe’s” (Sells): barbeerprice Joe’sBud2.50 Joe’sMiller2.75

Projection  R1 := PROJ L (R2) L is a list of attributes from the schema of R2. R1 is constructed by looking at each tuple of R2, extracting the attributes on list L, in the order specified, and creating from those components a tuple for R1. Eliminate duplicate tuples, if any.

Example Relation Sells: barbeerprice Joe’sBud2.50 Joe’sMiller2.75 Sue’sBud2.50 Sue’sMiller3.00 Prices := PROJ beer,price (Sells): beerprice Bud2.50 Miller2.75 Miller3.00

Product  R3 := R1 * R2 Pair each tuple t1 of R1 with each tuple t2 of R2. Concatenation t1t2 is a tuple of R3. Schema of R3 is the attributes of R1 and R2, in order. But beware attribute A of the same name in R1 and R2: use R1.A and R2.A.

Example: R3 := R1 * R2 R1(A,B ) R2(B,C ) R3(A,R1.B,R2.B,C )

Theta-Join  R3 := R1 JOIN C R2 Take the product R1 * R2. Then apply SELECT C to the result.  As for SELECT, C can be any boolean-valued condition. Historic versions of this operator allowed only A theta B, where theta was =, <, etc.; hence the name “theta-join.”

Example Sells(bar,beer,price )Bars(name,addr ) Joe’sBud2.50Joe’sMaple St. Joe’sMiller2.75Sue’sRiver Rd. Sue’sBud2.50 Sue’sCoors3.00 BarInfo := Sells JOIN Sells.bar = Bars.name Bars BarInfo(bar,beer,price,name,addr ) Joe’sBud2.50Joe’sMaple St. Joe’sMiller2.75Joe’sMaple St. Sue’sBud2.50Sue’sRiver Rd. Sue’sCoors3.00Sue’sRiver Rd.

Natural Join  A frequent type of join connects two relations by: Equating attributes of the same name, and Projecting out one copy of each pair of equated attributes.  Called natural join.  Denoted R3 := R1 JOIN R2.

Example Sells(bar,beer,price )Bars(bar,addr ) Joe’sBud2.50Joe’sMaple St. Joe’sMiller2.75Sue’sRiver Rd. Sue’sBud2.50 Sue’sCoors3.00 BarInfo := Sells JOIN Bars Note Bars.name has become Bars.bar to make the natural join “work.” BarInfo(bar,beer,price,addr ) Joe’sBud2.50Maple St. Joe’sMilller2.75Maple St. Sue’sBud2.50River Rd. Sue’sCoors3.00River Rd.

Renaming  The RENAME operator gives a new schema to a relation.  R1 := RENAME R1(A1,…,An) (R2) makes R1 be a relation with attributes A1,…,An and the same tuples as R2.  Simplified notation: R1(A1,…,An) := R2.

Example Bars(name, addr ) Joe’sMaple St. Sue’sRiver Rd. R(bar, addr ) Joe’sMaple St. Sue’sRiver Rd. R(bar, addr) := Bars

Building Complex Expressions  Algebras allow us to express sequences of operations in a natural way. Example: in arithmetic --- (x + 4)*(y - 3).  Relational algebra allows the same.  Three notations, just as in arithmetic: 1.Sequences of assignment statements. 2.Expressions with several operators. 3.Expression trees.

Sequences of Assignments  Create temporary relation names.  Renaming can be implied by giving relations a list of attributes.  Example: R3 := R1 JOIN C R2 can be written: R4 := R1 * R2 R3 := SELECT C (R4)

Expressions in a Single Assignment  Example: the theta-join R3 := R1 JOIN C R2 can be written: R3 := SELECT C (R1 * R2)  Precedence of relational operators: 1.Unary operators --- select, project, rename --- have highest precedence, bind first. 2.Then come products and joins. 3.Then intersection. 4.Finally, union and set difference bind last. wBut you can always insert parentheses to force the order you desire.

Expression Trees  Leaves are operands --- either variables standing for relations or particular, constant relations.  Interior nodes are operators, applied to their child or children.

Example  Using the relations Bars(name, addr) and Sells(bar, beer, price), find the names of all the bars that are either on Maple St. or sell Bud for less than $3.

As a Tree: BarsSells SELECT addr = “Maple St.” SELECT price<3 AND beer=“Bud” PROJECT name RENAME R(name) PROJECT bar UNION

Example  Using Sells(bar, beer, price), find the bars that sell two different beers at the same price.  Strategy: by renaming, define a copy of Sells, called S(bar, beer1, price). The natural join of Sells and S consists of quadruples (bar, beer, beer1, price) such that the bar sells both beers at this price.

The Tree Sells RENAME S(bar, beer1, price) JOIN PROJECT bar SELECT beer != beer1

Relational Algebra on Bags  A bag is like a set, but an element may appear more than once. Multiset is another name for “bag.”  Example: {1,2,1,3} is a bag. {1,2,3} is also a bag that happens to be a set.  Bags also resemble lists, but order in a bag is unimportant. Example: {1,2,1} = {1,1,2} as bags, but [1,2,1] != [1,1,2] as lists.

Why Bags?  SQL, the most important query language for relational databases is actually a bag language. SQL will eliminate duplicates, but usually only if you ask it to do so explicitly.  Some operations, like projection, are much more efficient on bags than sets.

Operations on Bags  Selection applies to each tuple, so its effect on bags is like its effect on sets.  Projection also applies to each tuple, but as a bag operator, we do not eliminate duplicates.  Products and joins are done on each pair of tuples, so duplicates in bags have no effect on how we operate.

Example: Bag Selection R(A,B )S(B,C ) SELECT A+B<5 (R) =AB 12

Example: Bag Projection R(A,B )S(B,C ) PROJECT A (R) =A 1 5 1

Example: Bag Product R(A,B )S(B,C ) R * S =AR.BS.BC

Example: Bag Theta-Join R(A,B )S(B,C ) R JOIN R.B<S.B S =AR.BS.BC

Bag Union  Union, intersection, and difference need new definitions for bags.  An element appears in the union of two bags the sum of the number of times it appears in each bag.  Example: {1,2,1} UNION {1,1,2,3,1} = {1,1,1,1,1,2,2,3}

Bag Intersection  An element appears in the intersection of two bags the minimum of the number of times it appears in either.  Example: {1,2,1} INTER {1,2,3} = {1,2}.

Bag Difference  An element appears in the difference A – B of bags as many times as it appears in A, minus the number of times it appears in B. But never less than 0 times.  Example: {1,2,1} – {1,2,3} = {1}.

Beware: Bag Laws != Set Laws  Not all algebraic laws that hold for sets also hold for bags.  For one example, the commutative law for union (R UNION S = S UNION R ) does hold for bags. Since addition is commutative, adding the number of times x appears in R and S doesn’t depend on the order of R and S.

An Example of Inequivalence  Set union is idempotent, meaning that S UNION S = S.  However, for bags, if x appears n times in S, then it appears 2n times in S UNION S.  Thus S UNION S != S in general.

The Extended Algebra 1.DELTA = eliminate duplicates from bags. 2.TAU = sort tuples. 3.Extended projection : arithmetic, duplication of columns. 4.GAMMA = grouping and aggregation. 5.OUTERJOIN: avoids “dangling tuples” = tuples that do not join with anything.

Duplicate Elimination  R1 := DELTA(R2).  R1 consists of one copy of each tuple that appears in R2 one or more times.

Example: Duplicate Elimination R =AB DELTA(R) =AB 12 34

Extended Projection  Using the same PROJ L operator, we allow the list L to contain arbitrary expressions involving attributes, for example: 1.Arithmetic on attributes, e.g., A+B. 2.Duplicate occurrences of the same attribute.

Example: Extended Projection R =AB PROJ A+B,A,A (R) =A+BA1A

Aggregation Operators  Aggregation operators are not operators of relational algebra.  Rather, they apply to entire columns of a table and produce a single result.  The most important examples: SUM, AVG, COUNT, MIN, and MAX.

Example: Aggregation R =AB SUM(A) = 7 COUNT(A) = 3 MAX(B) = 4 AVG(B) = 3

Grouping Operator  R1 := GAMMA L (R2). L is a list of elements that are either: 1.Individual (grouping ) attributes. 2.AGG(A ), where AGG is one of the aggregation operators and A is an attribute.

Applying GAMMA L (R)  Group R according to all the grouping attributes on list L. That is, form one group for each distinct list of values for those attributes in R.  Within each group, compute AGG(A ) for each aggregation on list L.  Result has grouping attributes and aggregations as attributes. One tuple for each list of values for the grouping attributes and their group’s aggregations.

Example: Grouping/Aggregation R =ABC GAMMA A,B,AVG(C) (R) = ?? First, group R : ABC Then, average C within groups: ABAVG(C)

Outerjoin  Suppose we join R JOIN C S.  A tuple of R that has no tuple of S with which it joins is said to be dangling. Similarly for a tuple of S.  Outerjoin preserves dangling tuples by padding them with a special NULL symbol in the result.

Example: Outerjoin R = ABS =BC (1,2) joins with (2,3), but the other two tuples are dangling. R OUTERJOIN S =ABC NULL NULL67