Database Management Systems. Chapter 4. Relational Algebra. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1

Similar documents
Relational Algebra. Chapter 4, Part A. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1

Relational Algebra. [R&G] Chapter 4, Part A CS4320 1

Relational algebra. Iztok Savnik, FAMNIT. IDB, Algebra

Database Management System. Relational Algebra and operations

Relational Query Languages

Relational Algebra. Relational Query Languages

MIS Database Systems Relational Algebra

Relational Query Languages. Relational Algebra. Preliminaries. Formal Relational Query Languages. Relational Algebra: 5 Basic Operations

Relational Algebra and Calculus. Relational Query Languages. Formal Relational Query Languages. Yanlei Diao UMass Amherst Feb 1, 2007

Introduction to Data Management. Lecture #11 (Relational Algebra)

Relational Algebra. Study Chapter Comp 521 Files and Databases Fall

CAS CS 460/660 Introduction to Database Systems. Relational Algebra 1.1

CIS 330: Applied Database Systems. ER to Relational Relational Algebra

Relational Algebra 1

Database Applications (15-415)

v Conceptual Design: ER model v Logical Design: ER to relational model v Querying and manipulating data

Relational Algebra 1

Relational Algebra. Note: Slides are posted on the class website, protected by a password written on the board

Relational Query Languages. Preliminaries. Formal Relational Query Languages. Example Schema, with table contents. Relational Algebra

Why Study the Relational Model? The Relational Model. Relational Database: Definitions. The SQL Query Language. Relational Query Languages

Relational Algebra Homework 0 Due Tonight, 5pm! R & G, Chapter 4 Room Swap for Tuesday Discussion Section Homework 1 will be posted Tomorrow

CSCC43H: Introduction to Databases. Lecture 3

Relational Algebra 1. Week 4

Database Systems. Course Administration. 10/13/2010 Lecture #4

Overview of DB & IR. ICS 624 Spring Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa

Introduction to Data Management. Lecture #11 (Relational Languages I)

CompSci 516: Database Systems

Today s topics. Null Values. Nulls and Views in SQL. Standard Boolean 2-valued logic 9/5/17. 2-valued logic does not work for nulls

Lecture #8 (Still More Relational Theory...!)

CIS 330: Applied Database Systems

Evaluation of Relational Operations. Relational Operations

Introduction to Data Management. Lecture #14 (Relational Languages IV)

Evaluation of Relational Operations

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

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

RELATIONAL ALGEBRA AND CALCULUS

Implementation of Relational Operations

Relational Query Languages: Relational Algebra. Juliana Freire

This lecture. Step 1

Introduction to Data Management. Lecture #13 (Relational Calculus, Continued) It s time for another installment of...

Evaluation of relational operations

Relational Databases. Relational Databases. Extended Functional view of Information Manager. e.g. Schema & Example instance of student Relation

Database Applications (15-415)

Evaluation of Relational Operations

Relational Calculus. Chapter Comp 521 Files and Databases Fall

SQL: Queries, Programming, Triggers

CompSci 516 Data Intensive Computing Systems

SQL: Queries, Programming, Triggers. Basic SQL Query. Conceptual Evaluation Strategy. Example of Conceptual Evaluation. A Note on Range Variables

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

Overview of Query Evaluation. Overview of Query Evaluation

SQL: Queries, Constraints, Triggers

Relational Algebra. Lecture 4A Kathleen Durant Northeastern University

Introduction to Data Management. Lecture 14 (SQL: the Saga Continues...)

Relational Calculus. Chapter Comp 521 Files and Databases Fall

CAS CS 460/660 Introduction to Database Systems. Query Evaluation II 1.1

Overview of Query Evaluation

Database Systems. Announcement. December 13/14, 2006 Lecture #10. Assignment #4 is due next week.

The Database Language SQL (i)

Introduction to Data Management. Lecture #10 (Relational Calculus, Continued)

Database Applications (15-415)

Lecture 3 SQL - 2. Today s topic. Recap: Lecture 2. Basic SQL Query. Conceptual Evaluation Strategy 9/3/17. Instructor: Sudeepa Roy

SQL Part 2. Kathleen Durant PhD Northeastern University CS3200 Lesson 6

Lecture 3 More SQL. Instructor: Sudeepa Roy. CompSci 516: Database Systems

SQL: The Query Language Part 1. Relational Query Languages

Review of Relational Algebra. Review of Relational Algebra. Review of Relational Algebra. Review of Relational Algebra. Review of Relational Algebra

Lecture 2 SQL. Instructor: Sudeepa Roy. CompSci 516: Data Intensive Computing Systems

Relational Model and Relational Algebra

Basic form of SQL Queries

SQL: Queries, Constraints, Triggers (iii)

CS 4604: Introduction to Database Management Systems. B. Aditya Prakash Lecture #10: Query Processing

The SQL Query Language. Creating Relations in SQL. Adding and Deleting Tuples. Destroying and Alterating Relations. Conceptual Evaluation Strategy

Announcement. Reading Material. Overview of Query Evaluation. Overview of Query Evaluation. Overview of Query Evaluation 9/26/17

SQL. Chapter 5 FROM WHERE

Database Systems. October 12, 2011 Lecture #5. Possessed Hands (U. of Tokyo)

Database Systems ( 資料庫系統 )

Review: Where have we been?

Implementing Joins 1

Relational Model & Algebra. Announcements (Thu. Aug. 27) Relational data model. CPS 116 Introduction to Database Systems

Experimenting with bags (tables and query answers with duplicate rows):

WEEK 3. EE562 Slides and Modified Slides from Database Management Systems, R.Ramakrishnan 1

Database Applications (15-415)

CS330. Query Processing

Implementation of Relational Operations. Introduction. CS 186, Fall 2002, Lecture 19 R&G - Chapter 12

Ian Kenny. November 28, 2017

CS 4604: Introduc0on to Database Management Systems. B. Aditya Prakash Lecture #3: SQL and Rela2onal Algebra- - - Part 1

Evaluation of Relational Operations. SS Chung

CS3DB3/SE4DB3/SE6DB3 TUTORIAL

15-415/615 Faloutsos 1

ECS 165B: Database System Implementa6on Lecture 7

Announcements. Relational Model & Algebra. Example. Relational data model. Example. Schema versus instance. Lecture notes

Evaluation of Relational Operations

Data Science 100. Databases Part 2 (The SQL) Slides by: Joseph E. Gonzalez & Joseph Hellerstein,

Evaluation of Relational Operations: Other Techniques

COMP 244 DATABASE CONCEPTS AND APPLICATIONS

Advanced Database Management Systems

EECS 647: Introduction to Database Systems

Overview of the Class and Introduction to DB schemas and queries. Lois Delcambre

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

SQL - Lecture 3 (Aggregation, etc.)

Relational Query Optimization. Highlights of System R Optimizer

Transcription:

Database Management Systems Chapter 4 Relational Algebra Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1

Formal Relational Query Languages Two mathematical Query Languages form the basis for real languages (e.g. SQL), and for implementation: Relational Algebra: More operational, very useful for representing execution plans. Relational Calculus: Lets users describe what they want, rather than how to compute it. (Nonoperational, declarative.) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 2

Preliminaries A query is applied to relation instances, and the result of a query is also a relation instance. Schemas of input relations for a query are fixed (but query will run regardless of instance!) The schema for the result of a given query is also fixed! Determined by definition of query language constructs. Positional vs. named-field notation: Positional notation easier for formal definitions, named-field notation more readable. Both used in SQL Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 3

Example Schema Sailors (sid: integer, sname: string, rating: integer, age: real); Boats (bid: integer, bname: string, color: string); Reserves (sid: integer, bid: integer, day: date); Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 4

Example Instances R1 sid bid day 22 101 10/10/96 58 103 11/12/96 We ll use positional or named field notation, assume that names of fields in query results are `inherited from names of fields in query input relations. S1 S2 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 28 yuppy 9 35.0 31 lubber 8 55.5 44 guppy 5 35.0 58 rusty 10 35.0 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 5

Relational Algebra Basic operations: σ π Selection ( ) Selects a subset of rows from relation. Projection ( ) Deletes unwanted columns from relation. Cross-product ( ) Allows us to combine two relations. Set-difference ( ) Tuples in reln. 1, but not in reln. 2. Union ( U ) Tuples in reln. 1 and in reln. 2. Additional operations: Intersection, join, division, renaming: Not essential, but (very!) useful. Since each operation returns a relation, operations can be composed! Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 6

Projection Deletes attributes that are not in projection list. Schema of result contains exactly the fields in the projection list, with the same names that they had in the (only) input relation. Projection operator has to eliminate duplicates! (Why??) Note: real systems typically don t do duplicate elimination unless the user explicitly asks for it. (Why not?) sname yuppy 9 lubber 8 guppy 5 rusty 10 rating π ( S2) sname, rating age 35.0 55.5 π age ( S2) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 7

Selection Selects rows that satisfy selection condition. No duplicates in result! (Why?) Schema of result identical to schema of (only) input relation. Result relation can be the input for another relational algebra operation! (Operator composition.) 28 yuppy 9 35.0 58 rusty 10 35.0 π σ rating S >8 ( 2) sname rating yuppy 9 rusty 10 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 8 σ ( ( S )) sname, rating rating>8 2

Set Operation - Union R U S returns a relation instance containing all tuples that occur in either relation instance R or relation instance S (or both), and the schema of the result is defined to be identical to the schema of R. R and S are union-compatible They have the same number of the fields, Corresponding fields, taken in order from left to right, have the same domains. 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 28 yuppy 9 35.0 31 lubber 8 55.5 44 guppy 5 35.0 58 rusty 10 35.0 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 44 guppy 5 35.0 28 yuppy 9 35.0 S1 S2 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 9 S1 S2

Set Operation - Intersection R S returns a relation instance containing all tuples that occur in both R and S, and the schema of the result is defined to be identical to the schema of R. R and S must be unioncompatible. S1 S2 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 28 yuppy 9 35.0 31 lubber 8 55.5 44 guppy 5 35.0 58 rusty 10 35.0 31 lubber 8 55.5 58 rusty 10 35.0 S1 S2 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 10

Set Operation - Set-Difference R-S returns a relation instance containing all tuples that occur in R but not in S, and the schema of the result is defined to be identical to the schema of R. The relations R and S must be unioncompatible. S1 S2 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 28 yuppy 9 35.0 31 lubber 8 55.5 44 guppy 5 35.0 58 rusty 10 35.0 22 dustin 7 45.0 S1 S2 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 11

Set Operation Cross-product R X S returns a relation instance whose schema contains all the fields of R followed by all the fields of S, this is one tuple <r,s> for each pair sid bid day 22 101 10/10/96 58 103 11/12/96 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 of tuples r R, s S. (sid) sname rating age (sid) bid day 22 dustin 7 45.0 22 101 10/10/96 22 dustin 7 45.0 58 103 11/12/96 31 lubber 8 55.5 22 101 10/10/96 31 lubber 8 55.5 58 103 11/12/96 58 rusty 10 35.0 22 101 10/10/96 58 rusty 10 35.0 58 103 11/12/96 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 12 S1 R1 S1 X R1

Renaming Renaming operator ρ takes an relational algebra expression E and returns an instance of a relation R. ρ ( R (1 sid1, 5 sid 2), S1 R1) position New name Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 13

Joins One of most useful operations and most commonly used to combine information from two or more relations. A join operation is defined as a cross-product, then a selection, and projection. R > < S Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 14

Condition Join R >< c S = σ c ( R S) (sid) sname rating age (sid) bid day 22 dustin 7 45.0 58 103 11/12/96 31 lubber 8 55.5 58 103 11/12/96 S 1 R 1 >< S1. sid < R1. sid Result schema same as that of cross-product. Fewer tuples than cross-product, might be able to compute more efficiently Sometimes called a theta-join. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 15

Equi-Join A special case of condition join where the condition c contains only equalities. bid day 22 dustin 7 45.0 101 10/10/96 58 rusty 10 35.0 103 11/12/96 S1>< R1 S 1. sid = R1. sid Result schema similar to cross-product, but only one copy of fields for which equality is specified. Natural Join: Equijoin on all common fields. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 16

Division Not supported as a primitive operator, but useful for expressing queries like: Find sailors who have reserved all boats. Let A have 2 fields, x and y; B have only 1 field y: A/B contains all x tuples such that for every y tuple in B, there is an x y tuple in A. Or: If the set of y values associated with an x value in A contains all y values in B, the x value is in A/B. In general, x and y can be any lists of fields; y is the list of fields in B, and x y is the list of fields of A. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 17

Examples of Division A/B sno pno s1 p1 s1 p2 s1 p3 s1 p4 s2 p1 s2 p2 s3 p2 s4 p2 s4 p4 A pno p2 B1 sno s1 s2 s3 s4 pno p2 p4 B2 sno s1 s4 pno p1 p2 p4 B3 sno s1 A/B1 A/B2 A/B3 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 18

Expressing A/B Using Basic Operators Division is not essential op; just a useful shorthand. (Also true of joins, but joins are so common that systems implement joins specially.) Idea: For A/B, compute all x values that are not `disqualified by some y value in B. x value is disqualified if by attaching y value from B, we obtain an xy tuple that is not in A. Disqualified x values: A/B: π x (( π x ( A) B) A) π x ( A) all disqualified tuples Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 19

Q1: Find names of sailors who ve reserved boat #103 Solution 1: π sname (( σ Re serves ) >< Sailors) bid =103 Solution 2: ρ ( Temp1, σ Re serves) bid =103 ρ ( Temp2, Temp1>< Sailors) π sname ( Temp2) C C Solution 3: π sname( σ (Re serves>< Sailors)) bid =103 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 20 C

Q2: Find names of sailors who ve reserved a red boat Information about boat color only available in Boats; so need an extra join: π sname (( σ Boats) >< Re serves>< Sailors) color = ' red' A more efficient solution: π sname ( π π σ sid (( bid color = ' red' Boats) >< Re s) >< Sailors) A query optimizer can find this, given the first solution! Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 21

Q5: Find sailors who ve reserved a red or a green boat Can identify all red or green boats, then find sailors who ve reserved one of these boats: ρ ( Tempboats,( σ )) color = ' red ' color = ' green' Boats π sname ( Tempboats>< Re serves>< Sailors) Can also define Tempboats using union! (How?) What happens if is replaced by in this query? Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 22

Q6: Find sailors who ve reserved a red and a green boat Previous approach won t work! Must identify sailors who ve reserved red boats, sailors who ve reserved green boats, then find the intersection (note that sid is a key for Sailors): ρ ( Tempred, π (( σ sid color = ' red ' ρ ( Tempgreen, π (( σ sid color = ' green' Boats) >< Re serves)) Boats) >< Re serves)) π sname (( Tempred Tempgreen) >< Sailors) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 23

Q9: Find the names of sailors who ve reserved all boats Uses division; schemas of the input relations to / must be carefully chosen: ρ ( Tempsids,( π Re serves) / ( π )) sid, bid bid Boats π sname ( Tempsids>< Sailors) To find sailors who ve reserved all Interlake boats:... / π ( σ ) bid bname= ' Interlake' Boats Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 24

Summary The relational model has rigorously defined query languages that are simple and powerful. Relational algebra is more operational; useful as internal representation for query evaluation plans. Several ways of expressing a given query; a query optimizer should choose the most efficient version. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 25