Relational Algebra COMP3211 Advanced Databases Nicholas Gibbins - 2014-2015.

Slides:



Advertisements
Similar presentations
Chapter 6 The Relational Algebra
Advertisements

Relational Algebra and Relational Calculus
พีชคณิตแบบสัมพันธ์ (Relational Algebra) บทที่ 3 อ. ดร. ชุรี เตชะวุฒิ CS (204)321 ระบบฐานข้อมูล 1 (Database System I)
Relational Algebra, Join and QBE Yong Choi School of Business CSUB, Bakersfield.
Relational Algebra Indra Budi Fakultas Ilmu Komputer UI 2 n Basic Relational Operations: l Unary Operations  SELECT   PROJECT 
The Relational Algebra
CM036: Advanced Database Lecture 3 Relational Algebra and SQL.
Relational Algebra 1 Chapter 5.1 V3.0 Napier University Dr Gordon Russell.
Database Systems Chapter 6 ITM Relational Algebra The basic set of operations for the relational model is the relational algebra. –enable the specification.
Relational Algebra - Basic Operations CS263 Lecture 11.
Relational Algebra Relational Calculus. Relational Algebra Operators Relational algebra defines the theoretical way of manipulating table contents using.
Lesson II The Relational Model © Pearson Education Limited 1995, 2005.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 The Relational Algebra and Relational Calculus.
Database Systems: A Practical Approach to Design, Implementation and Management International Computer Science S. Carolyn Begg, Thomas Connolly Lecture.
The Relational Algebra and Calculus. Relational Algebra Overview Relational algebra is the basic set of operations for the relational model These operations.
Databases Illuminated
RELATIONAL ALGEBRA Objectives
Relational Model & Relational Algebra. 2 Relational Model u Terminology of relational model. u How tables are used to represent data. u Connection between.
1 The Relational Data Model, Relational Constraints, and The Relational Algebra.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 6 The Relational Algebra and Calculus.
Relational Algebra Example Database Application (COMPANY) Relational Algebra –Unary Relational Operations –Relational Algebra Operations From Set Theory.
M Taimoor Khan Course Objectives 1) Basic Concepts 2) Tools 3) Database architecture and design 4) Flow of data (DFDs)
Relational Algebra - Chapter (7th ed )
CS 380 Introduction to Database Systems Chapter 7: The Relational Algebra and Relational Calculus.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 6 The Relational Algebra.
CSE314 Database Systems The Relational Algebra and Relational Calculus Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson Ed Slide Set.
1 The Relational Database Model. 2 Learning Objectives Terminology of relational model. How tables are used to represent data. Connection between mathematical.
Relational Algebra References: Databases Illuminated by Catherine Ricardo, published by Jones and Bartlett in 2004 Fundamentals of Relational Databases.
METU Department of Computer Eng Ceng 302 Introduction to DBMS The Relational Algebra by Pinar Senkul resources: mostly froom Elmasri, Navathe and other.
M Taimoor Khan Course Objectives 1) Basic Concepts 2) Tools 3) Database architecture and design 4) Flow of data (DFDs)
Bayu Adhi Tama, ST., MTI. Introduction Relational algebra and relational calculus are formal languages associated with the relational.
Advanced Database Systems
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.
Chapter 6 The Relational Algebra Copyright © 2004 Ramez Elmasri and Shamkant Navathe.
Chapter 5 Relational Algebra and Relational Calculus Pearson Education © 2009.
Chapter 5 Relational Algebra Pearson Education © 2014.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 6- 1.
DatabaseIM ISU1 Fundamentals of Database Systems Chapter 6 The Relational Algebra.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 Part a The Relational Algebra and Relational Calculus Hours 1,2.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 The Relational Algebra and Relational Calculus.
Al-Maarefa College for Science and Technology INFO 232: Database systems Chapter 3 “part 2” The Relational Algebra and Calculus Instructor Ms. Arwa Binsaleh.
Advanced Relational Algebra & SQL (Part1 )
CSC271 Database Systems Lecture # 8. Summary: Previous Lecture  Relation algebra and operations  Selection (Restriction), projection  Union, set difference,
The Relational Algebra. Slide 6- 2 Outline Relational Algebra Unary Relational Operations Relational Algebra Operations From Set Theory Binary Relational.
1 CS 430 Database Theory Winter 2005 Lecture 5: Relational Algebra.
CSC271 Database Systems Lecture # 7. Summary: Previous Lecture  Relational keys  Integrity constraints  Views.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 The Relational Algebra and Relational Calculus.
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 340 Introduction to Database Systems.
Chapter 6 The Relational Algebra Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
LECTURE THREE RELATIONAL ALGEBRA 11. Objectives  Meaning of the term relational completeness.  How to form queries in relational algebra. 22Relational.
Ritu CHaturvedi Some figures are adapted from T. COnnolly
CSE202 Database Management Systems
Database Systems Chapter 6
The Relational Algebra and Relational Calculus
Chapter (6) The Relational Algebra and Relational Calculus Objectives
COMP3017 Advanced Databases
The Relational Algebra and Relational Calculus
Relational Algebra and Relational Calculus
Chapter 4 The Relational Algebra and Calculus
The Relational Algebra and Calculus
LECTURE 3: Relational Algebra
The Relational Algebra and Relational Calculus
Lecture 3 Relational Algebra and SQL
The Relational Algebra
Unit Relational Algebra 1
Chapter 4 Relational Algebra
Presentation transcript:

Relational Algebra COMP3211 Advanced Databases Nicholas Gibbins

The Relational Model Proposed by E.F. Codd in 1970 Views data as mathematical relations Given sets S1, S2, …, Sn R is a relation on these n sets if it is a set of n-tuples each of which has its first element from S1, its second from S2, and so on

Example Relation Consider a database of student transcripts... The relation schema TRANSCRIPT has three attributes: –StudentID –CourseCode –Mark The domains of these attributes are respectively: –The set of integers –The set of module codes {COMP1001, …, COMP6031} –The set of integers in the range

Example Relation A particular relation T of the relation schema TRANSCRIPT could be: T = {,,, }

Nomenclature A relation can be viewed as a table with columns and rows An attribute is a named column of a relation A domain is the set of allowable values for an attribute A tuple is a row of a relation (ordered collection of values) The degree of a relation is the number of attributes it contains The cardinality of a relation is the number of tuples it contains A relation schema is defined by a set of attribute and domain name pairs

Properties of Relations Each relation in a relational database schema has a distinct name Each attribute of each tuple in a relation contains a single atomic value Each attribute has a distinct name The values of an attribute are all from the same domain Each tuple is distinct; there are no duplicate tuples The order of the attributes in a tuple is insignificant The order of the tuples in a relation is insignificant

The Relational Algebra A theoretical language which defines operations that allow us to construct new relations from other relations Both the operands and the results of the operations are relations Operations: –Selection, projection, renaming –Union, intersection, set difference –Cartesian product –Join (theta, natural, equi-, outer, semi-) –Division

Why use the Relational Algebra? Allows us to analyse the behaviour of complex queries in terms of fundamental operations –More efficient queries –More efficient database systems A given SQL query may correspond to a number of different relational algebra expressions (query trees) –Intermediate relations may have different sizes –Cost of evaluation may vary –Basis for query optimisation

A unary operation on a relation R that defines a relation which contains only those tuples of R that satisfy the predicate Selection extracts rows from a table Selection (or Restriction)

Selection example Find all the tuples in Staff for which salary is at least staffnolnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Selection example staffnolnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Predicates Atomic predicates take one of two forms: –, are attribute names, – is a binary operator from the set – is a value constant Predicates may be combined using the logical operators:

A unary operation on a relation R which defines a relation (a vertical subset of R) containing the specified attributes Projection extracts columns from a table Projection

Projection example Find the staffno and salary for all tuples in Staff staffnolnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Projection example staffnolnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Renaming A unary operation on a relation R which renames the attributes of R The rename specification is written as new name/old name Renaming does not change the shape of a table

Renaming example Find all tuples of Staff with staffno renamed to id staffnolnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Renaming example idlnamefnamesalary SmithAdam JonesEdward SmithJames BrownFred ArcherDavid JamesEdward37500

Decomposing Complex Operations We can combine the relational algebra operations to build expressions of arbitrary complexity For the sake of legibility, we can name intermediate expressions using the assignment operator

The union of two relations R and S contains all the tuples of R and S (eliminating duplicates). R and S must have compatible schemas (same number of attributes, with the same domains) Set Union

Union Example studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP100361

The set difference of two relations R and S contains all of the tuples in R which are not in S R and S must have compatible schemas (same number of attributes, with the same domains) Set Difference

Set Difference Example studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP

The intersection of two relations contains all the tuples that are in both relations R and S must have compatible schemas (same number of attributes, with the same domains) Intersection

Intersection Example studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP studentIDcoursemark COMP COMP COMP COMP COMP COMP COMP COMP COMP100361

The cartesian product of two relations R and S contains the concatenation of every tuple in R with every tuple in S R and S need not have compatible schemas Cartesian Product a b a1 a2 a3 b1 b2 b

The theta join of two relations contains those tuples from the cartesian product of the two relations which satisfy the predicate F Theta Join AB a1 b2 BC 1x 1y 3z ABC a1x a1y

Join Predicates Predicates used in joins are of the form: where a and b are attributes of R and S respectively and is one of

Equijoins and Natural Joins An equijoin is a theta join in which the only predicate operator used is equality (=) A natural join is an equijoin over all the common attributes of the joined relations; one occurrence of each common attribute is removed from the resulting relation

The (left) outer join of two relations R and S is a join which also includes tuples from R which do not have corresponding tuples in S; missing values are set to null Outer Join AB a1 b2 BC 1x 1y 3z ABC a1x a1y b2

The left outer join is not the only outer join Right outer join Full outer join Outer Joins

Full Outer Join Example AB a1 b2 BC 1x 1y 3z ABC a1x a1y b2 3z

A semijoin of two relations R and S contains all the tuples of R which are in the join of R and S with predicate F Semijoin AB a1 b2 BC 1x 1y 3z AB a1

Given two relations R and S with attribute sets A and B, where B is a subset of A, the division of R by S is the set of tuples from R that match every tuple in S Division AB a1 a2 b1 b2 c1 B 1 2 A a b

SELECT * FROM WHERE SELECT FROM SELECT FROM WHERE SELECT AS FROM Mapping SQL to the Relational Algebra

Mapping Example Consider a company personnel database –Department relation –attributes dname, dnumber –dnumber is primary key –Employee relation –attributes lname, fname, address, dno –dno is a foreign key for Department

Retrieve the name and address of all employees who work for the ‘Research’ department SELECTFNAME, LNAME, ADDRESS FROMEMPLOYEE, DEPARTMENT WHEREDNAME=‘Research’ AND DNUMBER=DNO Mapping Example

Retrieve the name and address of all employees who work for the ‘Research’ department SELECTFNAME, LNAME, ADDRESS FROMEMPLOYEE, DEPARTMENT WHEREDNAME=‘Research’ AND DNUMBER=DNO Mapping Example

Retrieve the name and address of all employees who work for the ‘Research’ department SELECTFNAME, LNAME, ADDRESS FROMEMPLOYEE, DEPARTMENT WHEREDNAME=‘Research’ AND DNUMBER=DNO Mapping Example

Relational Transformations

Conjunctive selections cascade into individual selections Relational Transformations

Selection is commutative Relational Transformations

Only the last in a sequence of projections is required Relational Transformations

Selection and projection are commutative (if the predicate only involves attributes in the projection list) Relational Transformations

Cartesian product and theta join are commutative Relational Transformations

Selection distributes over theta join (if the predicate only involves attributes being joined) Relational Transformations

Projection distributes over theta join (if projection list can be divided into attributes of the relations being joined, and join condition only uses attributes from the projection list) Relational Transformations

Set union and intersection are commutative Relational Transformations

Selection distributes over set operations Relational Transformations

Projection distributes over set union Relational Transformations

Associativity of theta join and cartesian product Relational Transformations

Associativity of set union and intersection Relational Transformations

Relational Algebra and Query Processing

Why use the Relational Algebra, part 2? Relation Algebra lets us: –express queries in terms of underlying operations –identify equivalent query plans –transform query plans –optimise query plans

Query Processing Query in a high-level language (DML) Intermediate form of query Execution plan Code to execute the query Result of query Scanning, parsing and validating Query Optimiser Runtime Database Processor Query Code Generator relational algebra