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

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

Relational Algebra. Relational Query Languages

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

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

CSCC43H: Introduction to Databases. Lecture 3

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

MIS Database Systems Relational Algebra

Relational Algebra. Study Chapter Comp 521 Files and Databases Fall

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

Relational algebra. Iztok Savnik, FAMNIT. IDB, Algebra

Database Applications (15-415)

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

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

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

Relational Query Languages

Database Management System. Relational Algebra and operations

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

Relational Algebra 1

Relational Algebra 1

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

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

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

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

Review: Where have we been?

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

CompSci 516: Database Systems

Relational Query Languages

SQL: The Query Language Part 1. Relational Query Languages

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

Relational Algebra. Lecture 4A Kathleen Durant Northeastern University

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

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

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

Relational Query Languages: Relational Algebra. Juliana Freire

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

Database Applications (15-415)

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

Relational Calculus. Chapter Comp 521 Files and Databases Fall

Keys, SQL, and Views CMPSCI 645

Lecture 2 SQL. Announcements. Recap: Lecture 1. Today s topic. Semi-structured Data and XML. XML: an overview 8/30/17. Instructor: Sudeepa Roy

EECS 647: Introduction to Database Systems

Relational Model and Relational Algebra

CIS 330: Applied Database Systems

The Relational Data Model. Data Model

Relational Calculus. Chapter Comp 521 Files and Databases Fall

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

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

COMP 244 DATABASE CONCEPTS AND APPLICATIONS

CompSci 516 Database Systems. Lecture 2 SQL. Instructor: Sudeepa Roy

Basic form of SQL Queries

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

The Relational Model. Relational Data Model Relational Query Language (DDL + DML) Integrity Constraints (IC)

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

Database Management Systems. Chapter 3 Part 1

Administrivia. The Relational Model. Review. Review. Review. Some useful terms

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

The Database Language SQL (i)

Database Applications (15-415)

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

Announcements If you are enrolled to the class, but have not received the from Piazza, please send me an . Recap: Lecture 1.

Relational data model

This lecture. Step 1

Introduction to Data Management. Lecture #4 (E-R Relational Translation)

RELATIONAL ALGEBRA AND CALCULUS

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

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

The Relational Model of Data (ii)

Relational Algebra Part I. CS 377: Database Systems

Database Applications (15-415)

Review. The Relational Model. Glossary. Review. Data Models. Why Study the Relational Model? Why use a DBMS? OS provides RAM and disk

Implementation of Relational Operations

Advanced Database Management Systems

The Relational Model. Chapter 3

CompSci 516 Data Intensive Computing Systems

SQL: Queries, Programming, Triggers

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

Evaluation of Relational Operations. Relational Operations

The Relational Model. Chapter 3. Database Management Systems, R. Ramakrishnan and J. Gehrke 1

Data Modeling. Yanlei Diao UMass Amherst. Slides Courtesy of R. Ramakrishnan and J. Gehrke

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

Comp 5311 Database Management Systems. 4b. Structured Query Language 3

Advanced Database Management Systems

CSC 261/461 Database Systems Lecture 13. Fall 2017

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

Database Applications (15-415)

SQL: Queries, Constraints, Triggers

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

Introduction to Data Management. Lecture #5 Relational Model (Cont.) & E-Rà Relational Mapping

The Relational Model

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

Evaluation of relational operations

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

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

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

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

SQL. Chapter 5 FROM WHERE

DBMS. Relational Model. Module Title?

Transcription:

Relational Algebra 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) π Administrivia Homework 0 Due Tonight, 5pm! There are no late days for Homework 0 Room Swap for Tuesday Discussion Section Was room: 285 Cory Next week will be room: 9 Evans Homework 1 will be posted Tomorrow Review The Big Picture Today: Formal Query Languages Databases have many useful properties Theory: Data Modelling with Relational, E-R (Chapters 2,3) Practical: Efficiently using disk, RAM (Chapter 9) Today: Theory: Relational Algebra (Chapter 4) Next Week: Practical: File Organization and Indexing (Chapter 8) Theory: Relational Calculus (Chapter 4) Quite Theoretical (for all you math major wanna-bes) Foundation of query processing Formal notation cleaner, more compact than SQL Much easier than what came before declarative, not procedural Relational Query Languages Query languages Allow manipulation, 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! not expected to be Turing complete. not intended to be used for complex calculations. do support easy, efficient access to large data sets. 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. (even more declarative.) Understanding Algebra & Calculus is key to understanding SQL, query processing! 1

Example: Joining Two Tables Enrolled cid grade sid Carnatic101 C 53666 Reggae203 B 53666 Topology112 A 53650 History105 B 53666 Pre-Relational: write a program Students sid name login age gpa 53666 Jones jones@cs 18 3.4 53688 Smith smith@eecs 18 3.2 53650 Smith smith@math 19 3.8 Preliminaries (1) Query applied to relation instances, 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) Schema for query result also fixed, determined by definitions of the query language constructs. Relational SQL Select name, cid from students s, enrolled e where s.sid = e.sid Relation Instance 1 Relational Algebra π, cid ( Students > sid Enrolled name < Relational Calculus {S S Students $E(E Enrolled E.sid = S.sid)} ) Relation Instance 2 Relation Instance 3... Relation Instance N Query Relation Instance Preliminaries (2) Positional vs. named-field notation: Positional notation easier for formal definitions, namedfield notation more readable. Both used in SQL Though positional notation is not encouraged I.E., Fields can be referred to by name, or position e.g., Student s age can be called age or 4 Students(sid: string, name: string, login: string, age: integer, gpa:real) Relational Algebra: 5 Basic Operations Selection ( σ ) (horizontal). Selects a subset of rows from relation Projection ( π ) Retains only wanted columns from relation (vertical). Cross-product ( ) 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 bid bname color 101 Interlake blue 102 Interlake red 103 Clipper green 104 Marine red Boats Projection π age ( ) π ( ) sname rating Examples: ;, 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?) 2

Projection sname yuppy 9 lubber 8 guppy 5 rusty 10 rating π sname, rating ( ) age 35.0 55.5 π age ( ) 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 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? Union Set Difference Cross-Product : Each row of paired with each row of. Q: How many rows in the result? Result schema has one field per field of and, with field names `inherited if possible. May have a naming conflict: Both and have a field with the same name. In this case, can use the renaming operator: ρ ( C( 1 sid1, 5 sid2), ) 3

Cross Product Example X = (sid) sname rating age (sid) bid day 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 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 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 = bid day 101 10/10/96 103 11/12/96 Other Types of Joins Condition Join (or theta-join ): R >< c S = σ c ( R S) (sid) sname rating age (sid) bid day >< S 1. sid <. 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. 4

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 tuples (x) such that for every y tuple in B, there is an xy tuple in A. Examples of Division A/B s2 s2 s3 A p1 p3 p1 B1 s2 s3 B2 p1 B3 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) A/B: π x ( A) Disqualified x values Examples Boats Reserves Sailors bid bname color 101 Interlake Blue 102 Interlake Red 103 Clipper Green 104 Marine Red Find names of sailors who ve reserved boat #103 Find names of sailors who ve reserved a red boat 5

Find sailors who ve reserved a red or a green boat Find sailors who ve reserved a red and a green boat Find the names of sailors who ve reserved all boats Summary Relational Algebra: a small set of operators mapping relations to relations Operational, in the sense that you specify the explicit order of operations A closed set of operators! Can mix and match. Basic ops include: s, p,,, Important compound ops:,, / 6