Relational Algebra. Relational Query Languages

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

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

CAS CS 460/660 Introduction to Database Systems. Relational Algebra 1.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 Homework 0 Due Tonight, 5pm! R & G, Chapter 4 Room Swap for Tuesday Discussion Section Homework 1 will be posted Tomorrow

Relational algebra. Iztok Savnik, FAMNIT. IDB, Algebra

MIS Database Systems Relational Algebra

Database Management System. Relational Algebra and operations

Relational Algebra. Study Chapter Comp 521 Files and Databases Fall

Relational Query Languages

CSCC43H: Introduction to Databases. Lecture 3

Database Applications (15-415)

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

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

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

Relational Algebra 1

Relational Algebra 1

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

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

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 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

CompSci 516: Database Systems

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

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

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

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

CIS 330: Applied Database Systems

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

Relational Calculus. Chapter Comp 521 Files and Databases Fall

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

RELATIONAL ALGEBRA AND CALCULUS

Relational Query Languages: Relational Algebra. Juliana Freire

Relational Calculus. Chapter Comp 521 Files and Databases Fall

Database Applications (15-415)

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

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

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

This lecture. Step 1

Basic form of SQL Queries

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

The Database Language SQL (i)

SQL: The Query Language Part 1. Relational Query Languages

Implementation of Relational Operations

Relational Algebra. Lecture 4A Kathleen Durant Northeastern University

SQL: Queries, Programming, Triggers

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

SQL: Queries, Constraints, Triggers

Evaluation of Relational Operations. Relational Operations

EECS 647: Introduction to Database Systems

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

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

Relational Model and Relational Algebra

Evaluation of Relational Operations

RDBMS (Relational Database Management Systems)

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

Ian Kenny. November 28, 2017

Relational Model, Relational Algebra, and SQL

Review: Where have we been?

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

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

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

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

Keys, SQL, and Views CMPSCI 645

Relational Algebra Part I. CS 377: Database Systems

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

Database Applications (15-415)

CompSci 516 Data Intensive Computing Systems

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

Database Systems ( 資料庫系統 )

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

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

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

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

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

CS 377 Database Systems

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

Data Science 100 Databases Part 2 (The SQL) Previously. How do you interact with a database? 2/22/18. Database Management Systems

Evaluation of relational operations

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

SQL: Queries, Constraints, Triggers (iii)

Advanced Database Management Systems

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

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

SQL. Chapter 5 FROM WHERE

Relational Algebra. Relational Query Languages

Administriva. CS 133: Databases. General Themes. Goals for Today. Fall 2018 Lec 11 10/11 Query Evaluation Prof. Beth Trushkowsky

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

Ø Last Thursday: String manipulation & Regular Expressions Ø guest lecture from the amazing Sam Lau Ø reviewed in section and in future labs & HWs

COMP 244 DATABASE CONCEPTS AND APPLICATIONS

Relational Query Languages

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

Advanced Database Management Systems

CS3DB3/SE4DB3/SE6DB3 TUTORIAL

Database Applications (15-415)

Evaluation of Relational Operations

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

Transcription:

Relational Algebra π CS 186 Fall 2002, Lecture 7 R & G, Chapter 4 By relieving the brain of all unnecessary work, a good notation sets it free to concentrate on more advanced problems, and, in effect, increases the mental power of the race. -- Alfred North Whitehead (1861-1947) Relational Query Languages Query languages: Allow manipulation and retrieval of data from a database. Relational model supports simple, powerful QLs: Strong formal foundation based on logic. Allows for much optimization. Query Languages!= programming languages! QLs not expected to be Turing complete. QLs not intended to be used for complex calculations. QLs support easy, efficient access to large data sets. 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. (Non-procedural, declarative.) Understanding Algebra & Calculus is key to understanding SQL, query processing! 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 over any legal instance) The schema for the result of a given query is also fixed. It is determined by the definitions of the query language constructs. Positional vs. named-field notation: Positional notation easier for formal definitions, named-field notation more readable. Both used in SQL 2

Relational Algebra: 5 Basic Operations σ Selection ( ) Selects a subset of rows from relation (horizontal). Projection ( π ) Retains only wanted columns from relation (vertical). Cross-product (x) Allows us to combine two relations. Set-difference ( ) Tuples in r1, but not in r2. Union ( ) Tuples in r1 and/or in r2. Since each operation returns a relation, operations can be composed! (Algebra is closed.) Example Instances R1 sid bid day 22 101 10/10/96 58 103 11/12/96 bid bname color 101 Interlake blue 102 Interlake red 103 Clipper green 104 Marine red Boats S1 3

Projection Examples: π age ( ) ; π ( ) sname, rating Retains only attributes that are in the projection list. Schema of result: exactly the fields in the projection list, with the same names that they had in the input relation. Projection operator has to eliminate duplicates (How do they arise? Why remove them?) Note: real systems typically don t do duplicate elimination unless the user explicitly asks for it. (Why not?) Projection sname yuppy 9 lubber 8 guppy 5 rusty 10 π rating ( ) sname, rating age 35.0 55.5 π age ( ) 4

Selection (σ) Selects rows that satisfy selection condition. Result is a relation. Schema of result is same as that of the input relation. Do we need to do duplicate elimination? σ S rating >8 2) π sname rating yuppy 9 rusty 10 σ ( ( S )) sname, rating rating>8 2 Union and Set-Difference All of these operations take two input relations, which must be union-compatible: Same number of fields. `Corresponding fields have the same type. For which, if any, is duplicate elimination required? 5

Union S1 S1 Set Difference S1 S1 S1 6

Cross-Product S1 x R1: Each row of S1 paired with each row of R1. Q: How many rows in the result? Result schema has one field per field of S1 and R1, with field names `inherited if possible. May have a naming conflict: Both S1 and R1 have a field with the same name. In this case, can use the renaming operator: ρ ( C( 1 sid15, sid2), S1 R1) Cross Product Example sid bid day 22 101 10/10/96 58 103 11/12/96 R1 S1 R1 X S1 = (sid) sname rating age (sid) bid day 22 101 10/10/96 58 103 11/12/96 22 101 10/10/96 58 103 11/12/96 22 101 10/10/96 58 103 11/12/96 7

Compound Operator: Intersection In addition to the 5 basic operators, there are several additional Compound Operators These add no computational power to the language, but are useful shorthands. Can be expressed solely with the basic ops. Intersection takes two input relations, which must be union-compatible. Q: How to express it using basic operators? R S = R (R S) Intersection S1 S1 8

Compound Operator: Join Joins are compound operators involving cross product, selection, and (sometimes) projection. Most common type of join is a natural join (often just called join ). R S conceptually is: Compute R X S Select rows where attributes that appear in both relations have equal values Project all unique atttributes and one copy of each of the common ones. Note: Usually done much more efficiently than this. Useful for putting normalized relations back together. Natural Join Example sid bid day 22 101 10/10/96 58 103 11/12/96 R1 R1 S1 = S1 bid day 101 10/10/96 103 11/12/96 9

Other Types of Joins Condition Join (or theta-join ): R c S = σ c ( R S) (sid) sname rating age (sid) bid day 58 103 11/12/96 58 103 11/12/96 S1`U R1 S 1. sid < R1. sid Result schema same as that of cross-product. May have fewer tuples than cross-product. Equi-Join: Special case: condition c contains only conjunction of equalities. Compound Operator: Division Useful for expressing for all queries like: Find sids of sailors who have reserved all boats. For A/B attributes of B are subset of attrs of A. May need to project to make this happen. E.g., let A have 2 fields, x and y; B have only field y: A B = { x y B( x, y A) } A/B contains all x tuples such that for every y tuple in B, there is an xy tuple in A. 10

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 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: π x (( π x ( A) B) A) π x ( A) Disqualified x values A/B: 11

Examples Reserves sid bid day 22 101 10/10/96 58 103 11/12/96 Sailors Boats bid bname color 101 Interlake Blue 102 Interlake Red 103 Clipper Green 104 Marine Red Find names of sailors who ve reserved boat #103 Solution 1: π (( σ Re serves) Sailors ) sname bid =103 Solution 2: π sname( σ (Re serves Sailors)) bid =103 12

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) ba Re servesba Sailors) color = ' red' A more efficient solution: π sname ( π π σ sid (( Boats) ba Re s) ba Sailors) bid color = ' red ' A query optimizer can find this given the first solution! 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) 13

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, π (( σ Boats) ba Re serves)) sid color = ' red ' ρ ( Tempgreen, π (( σ Boats) a` Re serves)) sid color = ' green' π sname (( Tempred Tempgreen) Sailors) 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 ( Tempsidsba Sailors) To find sailors who ve reserved all Interlake boats:... / π ( σ ) bid bname= ' Interlake' Boats 14