Relational Algebra 1

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

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

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

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

Relational algebra. Iztok Savnik, FAMNIT. IDB, Algebra

Database Management System. Relational Algebra and operations

Relational Algebra. Relational Query Languages

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

MIS Database Systems Relational Algebra

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

Relational Algebra. Study Chapter Comp 521 Files and Databases Fall

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

Relational Query Languages

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

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

Database Applications (15-415)

Relational Algebra 1

Relational Calculus. Chapter Comp 521 Files and Databases Fall

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

Relational Calculus. Chapter Comp 521 Files and Databases Fall

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

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

CSCC43H: Introduction to Databases. Lecture 3

Relational Algebra 1. Week 4

Operations of Relational Algebra

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

RELATIONAL ALGEBRA AND CALCULUS

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

CS 186, Fall 2002, Lecture 8 R&G, Chapter 4. Ronald Graham Elements of Ramsey Theory

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 #13 (Relational Calculus, Continued) It s time for another installment of...

Relational Query Languages: Relational Algebra. Juliana Freire

Relational Calculus. Lecture 4B Kathleen Durant Northeastern University

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

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

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

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

CIS 330: Applied Database Systems

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

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

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

Database Applications (15-415)

This lecture. Step 1

Implementation of Relational Operations

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

Evaluation of Relational Operations. Relational Operations

Review: Where have we been?

COMP 244 DATABASE CONCEPTS AND APPLICATIONS

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

Evaluation of Relational Operations

SQL: Queries, Programming, Triggers

CompSci 516 Data Intensive Computing Systems

Relational Algebra. Lecture 4A Kathleen Durant Northeastern University

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

Implementing Joins 1

Evaluation of relational operations

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

SQL: Queries, Constraints, Triggers

RDBMS (Relational Database Management Systems)

Evaluation of Relational Operations

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

Database Applications (15-415)

Rela+onal Algebra. Rela+onal Query Languages. CISC437/637, Lecture #6 Ben Cartere?e

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

Midterm Exam #2 (Version A) CS 122A Winter 2017

2.2.2.Relational Database concept

Basic form of SQL Queries

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

SQL: The Query Language Part 1. Relational Query Languages

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

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

EECS 647: Introduction to Database Systems

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

Relational Query Languages

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

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

SQL. Chapter 5 FROM WHERE

Introduction Relational Algebra Operations

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

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

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

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

Relational Model and Relational Algebra

CMPS 277 Principles of Database Systems. Lecture #3

Database Applications (15-415)

Evaluation of Relational Operations

Overview of Query Evaluation. Overview of Query Evaluation

CS2300: File Structures and Introduction to Database Systems

Relational Algebra for sets Introduction to relational algebra for bags

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

CS330. Query Processing

CS 377 Database Systems

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

Informationslogistik Unit 4: The Relational Algebra

Basic operators: selection, projection, cross product, union, difference,

Advanced Database Management Systems

Informatics 1: Data & Analysis

Overview of Query Processing. Evaluation of Relational Operations. Why Sort? Outline. Two-Way External Merge Sort. 2-Way Sort: Requires 3 Buffer Pages

Transcription:

Relational Algebra 1

Relational Query Languages v Query languages: Allow manipulation and retrieval of data from a database. v Relational model supports simple, powerful QLs: Strong formal foundation based on algebra/logic. Allows for much optimization. 2

Formal Relational Query Languages v 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.) Not covered in cours. 3

Motivation: Relational Algebra v Mathematically rigorous: the theory behind SQL. v Relational algebra came first, SQL is an implementation. v Under the hood: A query processing system translates SQL queries into relational algebra. Ø Supports optimization, efficient processing. 4

Overview v Notation v Relational Algebra v Relational Algebra basic operators. v Relational Algebra derived operators. 5

Preliminaries v 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 The schema for the result of a given query is also fixed! Determined by definition of query language constructs. 6

Preliminaries v Positional vs. named-attribute notation: Positional notation Ex: Sailor(1,2,3,4) easier for formal definitions Named-attribute notation Ex: Sailor(sid, sname, rating,age) more readable v Advantages/disadvantages of one over the other? 7

Example Instances R1 sid bid day 22 101 10/10/96 58 103 11/12/96 v Sailors and Reserves relations for our examples. v We ll use positional or named field notation. v Assume that names of fields in query results are inherited from names of fields in query input relations. S1 S2 sid sname rating age 22 dustin 7 45.0 31 lubber 8 55.5 58 rusty 10 35.0 sid sname rating age 28 yuppy 9 35.0 31 lubber 8 55.5 44 guppy 5 35.0 58 rusty 10 35.0 8

Relational Algebra 9

Algebra v In math, algebraic operations like +, -, x, /. v Operate on numbers: input are numbers, output are numbers. v Can also do Boolean algebra on sets, using union, intersect, difference. v Focus on algebraic identities, e.g. v x (y+z) = xy + xz. (Relational algebra lies between propositional and 1 st -order logic.) 3 4 7 10

Relational Algebra v Every operator takes one or two relation instances v A relational algebra expression is recursively defined to be a relation Result is also a relation Can apply operator to Relation from database Relation as a result of another operator 11

Relational Algebra Operations v Basic operations: σ π Selection ( ) Selects a subset of rows from relation. Projection ( ) Selects a subset of columns from relation. Cross-product ( ) Allows us to combine two relations. Set-difference ( ) Tuples in reln. 1, but not in reln. 2. Union ( ) Tuples in reln. 1 and in reln. 2. v Additional derived operations: Intersection, join, division, renaming. Not essential, but very useful. v Since each operation returns a relation, operations can be composed! 12

Basic Relational Algebra Operations 13

Projection v Deletes attributes that are not in projection list. v Like SELECT in SQL. v Schema of result contains exactly the fields in the projection list, with the same names that they had in the (only) input relation. v Projection operator has to eliminate duplicates! (Why??) sname yuppy 9 lubber 8 guppy 5 rusty 10 rating π ( S2) sname, rating age 35.0 55.5 π age ( S2) 14

v v v v v Selection Selects rows that satisfy selection condition. Like WHERE in SQL. No duplicates in result! (Why?) Schema of result identical to schema of (only) input relation. Selection conditions: simple conditions comparing attribute values (variables) and / or constants or complex conditions that combine simple conditions using logical connectives AND and OR. sid sname rating age 28 yuppy 9 35.0 58 rusty 10 35.0 π σ rating S >8 ( 2) sname rating yuppy 9 rusty 10 σ ( ( S )) sname, rating rating>8 2 15

Union, Intersection, Set-Difference v All of these operations take two input relations, which must be union-compatible: Same number of fields. Corresponding fields have the same type. v What is the schema of result? sid sname rating age 22 dustin 7 45.0 S1 S2 sid sname rating age 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 sid sname rating age 31 lubber 8 55.5 58 rusty 10 35.0 S1 S2 16

Exercise on Union Num ber shape 1 round 2 2 square 4 3 rectangle 8 holes Blue blocks (BB) Stacked(S) bottom top 4 2 4 6 6 2 Num ber shape 4 round 2 5 square 4 6 rectangle 8 holes Yellow blocks(yb) 1. Which tables are unioncompatible? 2. What is the result of the possible unions? 17

Cross-Product v Each row of S1 is paired with each row of R1. v Result schema has one field per field of S1 and R1, with field names inherited if possible. Conflict: Both S1 and R1 have a field called sid. (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 Renaming operator: ρ ( C( 1 sid1, 5 sid2), S1 R1) 18

Exercise on Cross-Product Num ber shape 1 round 2 2 square 4 3 rectangle 8 holes Blue blocks (BB) Stacked(S) bottom top 4 2 4 6 6 2 Num ber shape 4 round 2 5 square 4 6 rectangle 8 holes 1. Write down 2 tuples in BB x S. 2. What is the cardinality of BB x S? 19

Derived Operators Join and Division 20

Joins v 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 v v v v S1 Result schema same as that of cross-product. Fewer tuples than cross-product, might be able to compute more efficiently. How? Sometimes called a theta-join. Π-σ-x = SQL in a nutshell. S 1. sid < R1. sid R1 21

Exercise on Join Num ber shape 1 round 2 2 square 4 3 rectangle 8 holes Blue blocks (BB) BB Num ber shape 4 round 2 5 square 4 6 rectangle 8 BB. holes< YBholes. holes Yellow blocks(yb) YB Write down 2 tuples in this join. 22

Joins v Equi-Join: A special case of condition join where the condition c contains only equalities. sid sname rating age bid day 22 dustin 7 45.0 101 10/10/96 58 rusty 10 35.0 103 11/12/96 S1 R1 R.sid =S.sid v Result schema similar to cross-product, but only one copy of fields for which equality is specified. v Natural Join: Equijoin on all common fields. Without specified condition A B means the natural join of A and B. 23

Example for Natural Join Num ber shape 1 round 2 2 square 4 3 rectangle 8 holes Blue blocks (BB) shape holes round 2 square 4 rectangle 8 Yellow blocks(yb) What is the natural join of BB and YB? 24

Binary Choice Quiz v Consider two relations A and B that have exactly the same column headers. v Is it true that A B=A B? 25

Join Examples 26

Find names of sailors who ve reserved boat #103 v Solution 1: π (( σ Re serves) Sailors) sname bid =103 v Solution 2: ρ ( Temp1, σ Re serves) bid =103 ρ ( Temp2, Temp1 Sailors) π sname ( Temp2) v Solution 3: π sname( σ (Re serves Sailors)) bid =103 27

Exercise: Find names of sailors who ve reserved a red boat v Information about boat color only available in Boats; so need an extra join: π sname (( σ Boats) Re serves Sailors) color = ' red' v A more efficient solution: π sname ( π π σ sid (( bid color = ' red ' Boats) Re s) Sailors) A query optimizer can find this, given the first solution! 28

Find sailors who ve reserved a red or a green boat v Can identify all red or green boats, then find sailors who have reserved one of these boats: ρ ( Tempboats, ( σ )) color = ' red ' color = ' green' Boats π sname ( Tempboats Re serves Sailors) v Can also define Tempboats using union! (How?) v What happens if is replaced by in this query? 29

Exercise: Find sailors who ve reserved a red and a green boat v 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) 30

Division v Not supported as a primitive operator, but useful for expressing queries like: Find sailors who have reserved all boats. v Typical set-up: A has 2 fields (x,y) that are foreign key pointers, B has 1 matching field (y). v Then A/B returns the set of x s that match all y values in B. v Example: A = Friend(x,y). B = set of 354 students. Then A/B returns the set of all x s that are friends with all 354 students. 31

Examples of Division A/B sno s1 s1 s1 s1 s2 s2 s3 s4 s4 pno p1 p2 p3 p4 p1 p2 p2 p2 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 32

Find the names of sailors who ve reserved all boats v Uses division; schemas of the input relations to / must be carefully chosen: ρ ( Tempsids, ( π Re serves) / ( π )) sid, bid bid Boats π sname ( Tempsids Sailors) v To find sailors who have reserved all red boats:... / π bid (σ color='red' Boats) 33

Division in General v 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. v Then A/B returns the set of all x-tuples such that for every y-tuple in B, the tuple (x,y) is in A. / 34

Summary v The relational model supports rigorously defined query languages that are simple and powerful. v Relational algebra is more operational. v Useful as internal representation for query evaluation plans. v Several ways of expressing a given query; a query optimizer should choose the most efficient version. v Book has lots of query examples. 35

Expressing A/B Using Basic Operators v Division is not essential op; just a useful shorthand. (Also true of joins, but joins are so common that systems implement joins specially.) v 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 36

Relational Calculus Chapter 4, Part B 37

Relational Calculus v Comes in two flavors: Tuple relational calculus (TRC) and Domain relational calculus (DRC). v Calculus has variables, constants, comparison ops, logical connectives and quantifiers. TRC: Variables range over (i.e., get bound to) tuples. DRC: Variables range over domain elements (= field values). Both TRC and DRC are simple subsets of first-order logic. v Expressions in the calculus are called formulas. An answer tuple is essentially an assignment of constants to variables that make the formula evaluate to true. 38

Domain Relational Calculus v Query has the form: x1, x2,..., xn p x1, x2,..., xn v Answer includes all tuples make the formula x1, x2,..., xn p x1, x2,..., xn that be true. v Formula is recursively defined, starting with simple atomic formulas (getting tuples from relations or making comparisons of values), and building bigger and better formulas using the logical connectives. 39

DRC Formulas v Atomic formula: x1, x2,..., xn Rname op is one of,,,,, v Formula: an atomic formula, or, or X op Y, or X op constant p, p q, p q < > =, where p and q are formulas, or X ( p( X)), where variable X is free in p(x), or X ( p( X)), where variable X is free in p(x) v The use of quantifiers X and is said to bind X. X A variable that is not bound is free. 40

Free and Bound Variables X X v The use of quantifiers and in a formula is said to bind X. A variable that is not bound is free. v Let us revisit the definition of a query: x1, x2,..., xn p x1, x2,..., xn v There is an important restriction: the variables x1,..., xn that appear to the left of ` must be the only free variables in the formula p(...). 41

Find all sailors with a rating above 7 I, N, T, A I, N, T, A Sailors T > 7 I, N, T, A Sailors v The condition ensures that the domain variables I, N, T and A are bound to fields of the same Sailors tuple. I, N, T, A v The term to the left of ` (which should be read as such that) says that every tuple that satisfies T>7 is in the answer.,,, v Modify this query to answer: I N T A Find sailors who are older than 18 or have a rating under 9, and are called Joe. 42

Find sailors rated > 7 who ve reserved boat #103 I, N, T, A I, N, T, A Sailors T > 7 Ir, Br, D Ir, Br, D Reserves Ir = I Br = 103 Ir, Br, D... v We have used for Ir Br D... ( ) ( ( )) ( ) as a shorthand v Note the use of to find a tuple in Reserves that `joins with the Sailors tuple under consideration. 43

Find sailors rated > 7 who ve reserved a red boat I, N, T, A I, N, T, A Sailors T > 7 Ir, Br, D Ir, Br, D Reserves Ir = I B, BN, C B, BN, C Boats B= Br C = ' red' v Observe how the parentheses control the scope of each quantifier s binding. v This may look cumbersome, but with a good user interface, it is very intuitive. (MS Access, QBE) 44

Find sailors who ve reserved all boats I, N, T, A I, N, T, A Sailors B, BN, C B, BN, C Boats Ir, Br, D Ir, Br, D Reserves I = Ir Br = B v Find all sailors I such that for each 3-tuple B, BN, C either it is not a tuple in Boats or there is a tuple in Reserves showing that sailor I has reserved it. 45

Find sailors who ve reserved all boats (again!) I, N, T, A I, N, T, A Sailors B, BN, C Boats Ir, Br, D Reserves I = Ir Br = B v Simpler notation, same query. (Much clearer!) v To find sailors who ve reserved all red boats:... C ' red ' Ir, Br, D Reserves I = Ir Br = B 46

Unsafe Queries, Expressive Power v It is possible to write syntactically correct calculus queries that have an infinite number of answers! Such queries are called unsafe. e.g., S S Sailors v It is known that every query that can be expressed in relational algebra can be expressed as a safe query in DRC; the converse is also true. v Relational Completeness: Query language (e.g., SQL) can express every query that is expressible in relational algebra/safe calculus. 47

Summary v Relational calculus is non-operational, and users define queries in terms of what they want, not in terms of how to compute it. (Declarativeness.) v Algebra and safe calculus have same expressive power, leading to the notion of relational completeness. 48