Chapter 6 Part I The Relational Algebra and Calculus

Similar documents
Chapter 6 The Relational Algebra and Calculus

Relational Algebra. Relational Algebra Overview. Relational Algebra Overview. Unary Relational Operations 8/19/2014. Relational Algebra Overview

CS 377 Database Systems

Chapter 6 5/2/2008. Chapter Outline. Database State for COMPANY. The Relational Algebra and Calculus

Chapter 8: The Relational Algebra and The Relational Calculus

The Relational Algebra

The Relational Algebra and Calculus. Copyright 2013 Ramez Elmasri and Shamkant B. Navathe

Chapter 5 Relational Algebra. Nguyen Thi Ai Thao

PES Institute of Technology Bangalore South Campus (1 K.M before Electronic City,Bangalore ) Department of MCA. Solution Set - Test-II

RELATIONAL DATA MODEL: Relational Algebra

Chapter 6: RELATIONAL DATA MODEL AND RELATIONAL ALGEBRA

COSC344 Database Theory and Applications. σ a= c (P) S. Lecture 4 Relational algebra. π A, P X Q. COSC344 Lecture 4 1

UNIT 2 RELATIONAL MODEL

ECE 650 Systems Programming & Engineering. Spring 2018

CIS 611. Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 6-1

Chapter 8: Relational Algebra

2.2.2.Relational Database concept

Chapter 6 - Part II The Relational Algebra and Calculus

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 6 Outline. Unary Relational Operations: SELECT and

Relational Algebra Part I. CS 377: Database Systems

CMP-3440 Database Systems

Ian Kenny. November 28, 2017

CSIE30600/CSIEB0290 Database Systems Relational Algebra and Calculus 2

Outline. CSIE30600 Database Systems Relational Algebra and Calculus 2

Introduction to Query Processing and Query Optimization Techniques. Copyright 2011 Ramez Elmasri and Shamkant Navathe

Relational Algebra 1

Chapter 3. Algorithms for Query Processing and Optimization

Chapter 6 The Relational Algebra and Relational Calculus

Relational Model and Relational Algebra. Slides by: Ms. Shree Jaswal

Algorithms for Query Processing and Optimization. 0. Introduction to Query Processing (1)

Relational Database: The Relational Data Model; Operations on Database Relations

Chapter 18 Strategies for Query Processing. We focus this discussion w.r.t RDBMS, however, they are applicable to OODBS.

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 25-1

CSC 742 Database Management Systems

Relational Algebra & Calculus. CS 377: Database Systems

QUERY PROCESSING & OPTIMIZATION CHAPTER 19 (6/E) CHAPTER 15 (5/E)

Relational Model and Relational Algebra. Rose-Hulman Institute of Technology Curt Clifton

Slides by: Ms. Shree Jaswal

A l Ain University Of Science and Technology

SQL STRUCTURED QUERY LANGUAGE

The Relational Model and Relational Algebra

Relational Algebra. Ron McFadyen ACS

Chapter 2: Intro to Relational Model

Relational Query Languages: Relational Algebra. Juliana Freire

Database Systems External Sorting and Query Optimization. A.R. Hurson 323 CS Building

Relational Model, Relational Algebra, and SQL

Chapter 2: Intro to Relational Model

SQL. Copyright 2013 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Relational Algebra and SQL. Basic Operations Algebra of Bags

Relational Algebra. Algebra of Bags

Relational Algebra. Mr. Prasad Sawant. MACS College. Mr.Prasad Sawant MACS College Pune

Chapter 8 SQL-99: Schema Definition, Basic Constraints, and Queries

COSC344 Database Theory and Applications. Lecture 5 SQL - Data Definition Language. COSC344 Lecture 5 1

Outline. Query Processing Overview Algorithms for basic operations. Query optimization. Sorting Selection Join Projection

Relational Algebra. Relational Query Languages

Chapter 19 Query Optimization

More SQL: Complex Queries, Triggers, Views, and Schema Modification

Outline. Textbook Chapter 6. Note 1. CSIE30600/CSIEB0290 Database Systems Basic SQL 2

CSIE30600 Database Systems Basic SQL 2. Outline

Course Notes on Relational Algebra

Agenda. Database Systems. Session 5 Main Theme. Relational Algebra, Relational Calculus, and SQL. Dr. Jean-Claude Franchitti

Relational Model 2: Relational Algebra

Relational Algebra BASIC OPERATIONS DATABASE SYSTEMS AND CONCEPTS, CSCI 3030U, UOIT, COURSE INSTRUCTOR: JAREK SZLICHTA

Relational Model and Relational Algebra

CSEN 501 CSEN501 - Databases I

SQL: Advanced Queries, Assertions, Triggers, and Views. Copyright 2012 Ramez Elmasri and Shamkant B. Navathe

CS

Relational Algebra. Lecture 4A Kathleen Durant Northeastern University

Relational Model and Relational Algebra

Relational Algebra. Procedural language Six basic operators

Database Technology. Topic 3: SQL. Olaf Hartig.

What happens. 376a. Database Design. Execution strategy. Query conversion. Next. Two types of techniques

Relational Algebra 1 / 38

Mobile and Heterogeneous databases Distributed Database System Query Processing. A.R. Hurson Computer Science Missouri Science & Technology

Databases - Relational Algebra. (GF Royle, N Spadaccini ) Databases - Relational Algebra 1 / 24

This lecture. Projection. Relational Algebra. Suppose we have a relation

Data Models. CS552- Chapter Three

Database design process

Introduction to Data Management CSE 344. Lectures 8: Relational Algebra

COMP 244 DATABASE CONCEPTS AND APPLICATIONS

NESTED QUERIES AND AGGREGATION CHAPTER 5 (6/E) CHAPTER 8 (5/E)

Query Processing & Optimization. CS 377: Database Systems

DATABASE DESIGN I - 1DL300

CMPT 354: Database System I. Lecture 5. Relational Algebra

CS317 File and Database Systems

RELATIONAL ALGEBRA. CS 564- Fall ACKs: Dan Suciu, Jignesh Patel, AnHai Doan

SQL-99: Schema Definition, Basic Constraints, and Queries. Create, drop, alter Features Added in SQL2 and SQL-99

1 Relational Data Model

Relational Algebra. Study Chapter Comp 521 Files and Databases Fall

Chapter 2 The relational Model of data. Relational algebra

Relational Databases

A taxonomy of SQL queries Learning Plan

Introduction Relational Algebra Operations

Databases. Relational Model, Algebra and operations. How do we model and manipulate complex data structures inside a computer system? Until

NESTED QUERIES AND AGGREGATION CHAPTER 5 (6/E) CHAPTER 8 (5/E)

Relational Model: History

SQL: A COMMERCIAL DATABASE LANGUAGE. Data Change Statements,

Databases Relational algebra Lectures for mathematics students

Introduction to SQL. ECE 650 Systems Programming & Engineering Duke University, Spring 2018

Transcription:

Chapter 6 Part I The Relational Algebra and Calculus Copyright 2004 Ramez Elmasri and Shamkant Navathe Database State for COMPANY All examples discussed below refer to the COMPANY database shown here. 2 Relational Algebra The basic set of operations for the relational model is known as the relational algebra. These operations enable a user to specify basic retrieval requests. The result of a retrieval is a new relation, which may have been formed from one or more relations. The algebra operations thus produce new relations, which can be further manipulated using operations of the same algebra. A sequence of relational algebra operations forms a relational algebra expression, whose result will also be a relation that represents the result of a database query (or retrieval request). 3

4 Unary Relational Operations Unary Operations are operations that work on a single relation: Select Project Rename SELECT Operation SELECT operation is used to select a subset of the tuples from a relation that satisfy a selection condition. It is a filter that keeps only those tuples that satisfy a qualifying condition those satisfying the condition are selected while others are discarded. Example: To select the EMPLOYEE tuples whose department number is four or those whose salary is greater than $30,000 the following notation is used: σdno = 4 (EMPLOYEE) σsalary > 30,000 (EMPLOYEE) In general, the select operation is denoted by σ <selection condition>(r) where the symbol σ (sigma) is used to denote the select operator, and the selection condition is a Boolean expression specified on the attributes of relation R 5 SELECT Operation Properties The SELECT operation σ <selection condition>(r) produces a relation S that has the same schema as R The SELECT operation σ is commutative; i.e., σ <condition1>(σ < condition2> ( R)) = σ <condition2> (σ < condition1> ( R)) A cascaded SELECT operation may be applied in any order; i.e., σ <condition1>(σ < condition2> (σ <condition3> ( R)) = σ <condition2> (σ < condition3> (σ < condition1> ( R))) A cascaded SELECT operation may be replaced by a single selection with a conjunction of all the conditions; i.e., σ <condition1>(σ < condition2> (σ <condition3> ( R)) = σ <condition1> AND < condition2> AND < condition3> ( R))) 6

7 PROJECT Operation This operation selects certain columns from the table and discards the other columns. The PROJECT creates a vertical partitioning one with the needed columns (attributes) containing results of the operation and the other containing the discarded Columns. Example: To list each employee s first and last name and salary, the following is used: π LNAME, FNAME,SALARY (EMPLOYEE) The general form of the project operation is π<attribute list>(r) where π (pi) is the symbol used to represent the project operation and <attribute list> is the desired list of attributes from the attributes of relation R. The project operation removes any duplicate tuples, so the result of the project operation is a set of tuples and hence a valid relation. PROJECT Operation Properties The number of tuples in the result of projection π <list> (R)is always less or equal to the number of tuples in R. If the list of attributes includes a key of R, then the number of tuples is equal to the number of tuples in R. π <list1> (π <list2> (R) ) = π <list1> (R) as long as <list2> contains the attributes in <list1> 8 Results of Select and PROJECT Operations 9

10 RENAME Operation We may want to apply several relational algebra operations one after the other. Either we can write the operations as a single relational algebra expression by nesting the operations, or we can apply one operation at a time and create intermediate result relations. In the latter case, we must give names to the relations that hold the intermediate results. Example: To retrieve the first name, last name, and salary of all employees who work in department number 5, we must apply a select and a project operation. We can write a single relational algebra expression as follows: π FNAME, LNAME, SALARY (σ DNO=5 (EMPLOYEE)) OR We can explicitly show the sequence of operations, giving a name to each intermediate relation: DEP5_EMPS σ DNO=5 (EMPLOYEE) RESULT π FNAME, LNAME, SALARY (DEP5_EMPS) RENAME Operation The rename operator is ρ The general Rename operation can be expressed by any of the following forms: ρ S (B1, B 2,, B n ) ( R) is a renamed relation S based on R with column names B 1, B 1,..B n. ρ S ( R) is a renamed relation S based on R (which does not specify column names). ρ (B1, B 2,, B n ) ( R) is a renamed relation with column names B 1, B 1,..B n which does not specify a new relation name. 11 Results of a sequence of operations (a) π FNAME, LNAME, SALARY (σ DNO=5 (EMPLOYEE)). (b) Using intermediate relations and renaming of attributes 12

13 Relational Algebra Operations from Set Theory Union Intersection Set Difference Cross product UNION Operation The result of this operation, denoted by R S, is a relation that includes all tuples that are either in R or in S or in both R and S. Duplicate tuples are eliminated. Example: To retrieve the social security numbers of all employees who either work in department 5 or directly supervise an employee who works in department 5, we can use the union operation as follows: DEP5_EMPS σ DNO=5 (EMPLOYEE) RESULT1 π SSN (DEP5_EMPS) RESULT2(SSN) π SUPERSSN (DEP5_EMPS) RESULT RESULT1 RESULT2 The union operation produces the tuples that are in either RESULT1 or RESULT2 or both. The two operands must be type compatible. 14 Results of the UNION operation RESULT=RESULT1 RESULT2 15

16 Type Compatibility The operand relations R 1 (A 1, A 2,..., A n ) and R 2 (B 1, B 2,..., B n ) must have the same number of attributes, and the domains of corresponding attributes must be compatible; that is, dom(a i )=dom(b i ) for i=1, 2,..., n. The resulting relation for R 1 R 2,R 1 R 2, or R 1 -R 2 has the same attribute names as the first operand relation R1 UNION Example STUDENT INSTRUCTOR 17 INTERSECTION Operation The result of this operation, denoted by R S, is a relation that includes all tuples that are in both R and S. The two operands must be "type compatible" Example: The result of the intersection operation (figure below) includes only those who are both students and instructors. STUDENT INSTRUCTOR 18

19 Set Difference (or MINUS) Operation The result of this operation, denoted by R - S, is a relation that includes all tuples that are in R but not in S. The two operands must be "type compatible. Example: The figure shows the names of students who are not instructors, and the names of instructors who are not students. STUDENT-INSTRUCTOR INSTRUCTOR-STUDENT The set operations UNION, INTERSECTION, and MINUS (a) (b) (c) (d) (e) Two union-compatible relations. STUDENT INSTRUCTOR. STUDENT INSTRUCTOR. STUDENT INSTRUCTOR. INSTRUCTOR STUDENT 20 Properties of Set Theory Operations Notice that both union and intersection are commutative operations; that is R S = S R, and R S = S R Both union and intersection can be treated as n-ary operations applicable to any number of relations as both are associative operations; that is R (S T) = (R S) T, and (R S) T = R (S T) The minus operation is not commutative; that is, in general R - S S R 21

22 Cross Product (or Cartesian) Operation This operation is used to combine tuples from two relations in a combinatorial fashion. In general, the result of R(A 1, A 2,..., A n ) x S(B 1, B 2,..., B m ) is a relation Q with degree n + m attributes Q(A 1, A 2,..., A n, B 1, B 2,..., B m ), in that order. The resulting relation Q has one tuple for each combination of tuples one from R and one from S. Hence, if R has n R tuples (denoted as R = n R ), and S has n S tuples, then R x S will have n R * n S tuples. The two operands do NOT have to be "type compatible The operation is usually only useful when followed by a selection operation to select related tuples Example 23 Example Illustrated 24

25 Example Illustrated Example Illustrated 26 JOIN Operation The sequence of cartesian product followed by select is used quite commonly to identify and select related tuples from two relations, a special operation, called JOIN. It is denoted by a This operation is very important for any relational database with more than a single relation, because it allows us to process relationships among relations. The general form of a join operation on two relations R(A 1, A 2,..., A n ) and S(B 1, B 2,..., B m ) is: R <join condition> S where R and S can be any relations that result from general relational algebra expressions. 27

28 JOIN Operation Example Suppose that we want to retrieve the name of the manager of each department. To get the manager s name, we need to combine each DEPARTMENT tuple with the EMPLOYEE tuple whose SSN value matches the MGRSSN value in the department tuple. We do this by using the join operation. DEPT_MGR DEPARTMENT MGRSSN=SSN EMPLOYEE Variants of JOIN Operations EQUIJOIN Operation The most common use of join involves join conditions with equality comparisons only. Such a join, where the only comparison operator used is =, is called an EQUIJOIN. In the result of an EQUIJOIN we always have one or more pairs of attributes (whose names need not be identical) that have identical values in every tuple. The JOIN seen in the previous example was EQUIJOIN. NATURAL JOIN Operation Because one of each pair of attributes with identical values is superfluous, a new operation called natural join denoted by * was created to get rid of the second (superfluous) attribute in an EQUIJOIN condition. The standard definition of natural join requires that the two join attributes, or each pair of corresponding join attributes, have the same name in both relations. If this is not the case, a renaming operation is applied first. 29 Natural join Example Example: To apply a natural join on the DNUMBER attributes of DEPARTMENT and DEPT_LOCATIONS, it is sufficient to write: DEPT_LOCS DEPARTMENT * DEPT_LOCATIONS 30

31 Complete Set of Relational Operations The set of operations including select σ, project π, union, set difference -, and cartesian product X is called a complete set because any other relational algebra expression can be expressed by a combination of these five operations. For example: R S = (R S ) ((R S) (S R)) R <join condition> S = σ <join condition> (R X S)