I Relational Database Modeling how to define

Similar documents
I Relational Database Modeling how to define

Logical Query Languages. Motivation: 1. Logical rules extend more naturally to. recursive queries than does relational algebra. Used in SQL recursion.

Recap and Schedule. Till Now: Today: Ø Query Languages: Relational Algebra; SQL. Ø Datalog A logical query language. Ø SQL Recursion.

Logic As a Query Language. Datalog. A Logical Rule. Anatomy of a Rule. sub-goals Are Atoms. Anatomy of a Rule

CS 317/387. A Relation is a Table. Schemas. Towards SQL - Relational Algebra. name manf Winterbrew Pete s Bud Lite Anheuser-Busch Beers

More SQL. Extended Relational Algebra Outerjoins, Grouping/Aggregation Insert/Delete/Update

EXTENDED RELATIONAL ALGEBRA OUTERJOINS, GROUPING/AGGREGATION INSERT/DELETE/UPDATE

Subqueries. Must use a tuple-variable to name tuples of the result

Chapter 2 The relational Model of data. Relational algebra

Database Design and Programming

Introduction to SQL. Select-From-Where Statements Multirelation Queries Subqueries

Why SQL? SQL is a very-high-level language. Database management system figures out best way to execute query

Database Theory: Beyond FO

Relational Algebra. Algebra of Bags

Relational Algebra and SQL. Basic Operations Algebra of Bags

The Extended Algebra. Duplicate Elimination. Sorting. Example: Duplicate Elimination

SQL Continued! Outerjoins, Aggregations, Grouping, Data Modification

Grouping Operator. Applying γ L (R) Recall: Outerjoin. Example: Grouping/Aggregation. γ A,B,AVG(C)->X (R) =??

Chapter 6 The database Language SQL as a tutorial

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

Relational Query Languages

Introduction to SQL. Select-From-Where Statements Multirelation Queries Subqueries. Slides are reused by the approval of Jeffrey Ullman s

Introduction to SQL. Multirelation Queries Subqueries. Slides are reused by the approval of Jeffrey Ullman s

Datalog. S. Costantini

Introduction to SQL SELECT-FROM-WHERE STATEMENTS SUBQUERIES DATABASE SYSTEMS AND CONCEPTS, CSCI 3030U, UOIT, COURSE INSTRUCTOR: JAREK SZLICHTA

Chapter 6 The database Language SQL as a tutorial

Datalog. Susan B. Davidson. CIS 700: Advanced Topics in Databases MW 1:30-3 Towne 309

1 Relational Data Model

Database Theory: Datalog, Views

Logical Query Languages. Motivation: 1. Logical rules extend more naturally to. recursive queries than does relational algebra.

Databases-1 Lecture-01. Introduction, Relational Algebra

CSC 343 Winter SQL: Aggregation, Joins, and Triggers MICHAEL LIUT

Midterm. Database Systems CSE 414. What is Datalog? Datalog. Why Do We Learn Datalog? Why Do We Learn Datalog?

5.2 E xtended Operators of R elational Algebra

Plan of the lecture. G53RDB: Theory of Relational Databases Lecture 14. Example. Datalog syntax: rules. Datalog query. Meaning of Datalog rules

Introduction to Data Management CSE 344. Lecture 14: Datalog

Midterm. Introduction to Data Management CSE 344. Datalog. What is Datalog? Why Do We Learn Datalog? Why Do We Learn Datalog? Lecture 13: Datalog

Chapter 2 The relational Model of data. Relational model introduction

Announcements. Database Systems CSE 414. Datalog. What is Datalog? Why Do We Learn Datalog? HW2 is due today 11pm. WQ2 is due tomorrow 11pm

SQL: Data Manipulation Language

Introduction to Data Management CSE 344. Lecture 14: Datalog (guest lecturer Dan Suciu)

Relational Algebra. ICOM 5016 Database Systems. Roadmap. R.A. Operators. Selection. Example: Selection. Relational Algebra. Fundamental Property

CS145 Introduction. About CS145 Relational Model, Schemas, SQL Semistructured Model, XML

CSE 344 JANUARY 26 TH DATALOG

Relational Databases

Lecture 1: Conjunctive Queries

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

Database Systems CSE 414. Lecture 9-10: Datalog (Ch )

Relational Model, Relational Algebra, and SQL

Datalog. Susan B. Davidson. CIS 700: Advanced Topics in Databases MW 1:30-3 Towne 309

Announcements. What is Datalog? Why Do We Learn Datalog? Database Systems CSE 414. Midterm. Datalog. Lecture 13: Datalog (Ch

CSE 344 JANUARY 29 TH DATALOG

They like one or more beers and frequent one. Bars have unique names and addresses. They. serve one or more beers and are frequented

Relational Query Languages: Relational Algebra. Juliana Freire

Databases 1. Defining Tables, Constraints

Principles of Database Systems CSE 544. Lecture #2 SQL, Relational Algebra, Relational Calculus

Introduction to Data Management CSE 344

SQL. The Basics Advanced Manipulation Constraints Authorization 1. 1

CompSci 516: Database Systems

CS411 Database Systems. 04: Relational Algebra Ch 2.4, 5.1

CSE 344 APRIL 11 TH DATALOG

Three Query Language Formalisms

Introduction to Data Management CSE 344. Lecture 12: Relational Calculus

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

Transactions, Views, Indexes. Controlling Concurrent Behavior Virtual and Materialized Views Speeding Accesses to Data

Structured Query Language Continued. Rose-Hulman Institute of Technology Curt Clifton

Three Query Language Formalisms

3. Relational Data Model 3.5 The Tuple Relational Calculus

Introduction to Data Management CSE 344. Lecture 14: Relational Calculus

Datalog. Rules Programs Negation

10.3 Recursive Programming in Datalog. While relational algebra can express many useful operations on relations, there

Conjunctive queries. Many computational problems are much easier for conjunctive queries than for general first-order queries.

Range Restriction for General Formulas

From Relational Algebra to the Structured Query Language. Rose-Hulman Institute of Technology Curt Clifton

CS54100: Database Systems

Relational Model History. COSC 304 Introduction to Database Systems. Relational Model and Algebra. Relational Model Definitions.

SQL DATA DEFINITION LANGUAGE

A tuple is dangling if it doesn't join with any

Constraints. Local and Global Constraints Triggers

Relational Algebra and Calculus

Lecture 5 Design Theory and Normalization

The Relational Data Model. Functional Dependencies. Example. Functional Dependencies

Relational Algebra and SQL

Information Systems Engineering. SQL Structured Query Language DML Data Manipulation (sub)language

CSCI3030U Database Models

SQL DATA DEFINITION LANGUAGE

Functional Dependencies

CMP-3440 Database Systems

SQL DATA DEFINITION LANGUAGE

Database Theory VU , SS Codd s Theorem. Reinhard Pichler

Chapter 5: Other Relational Languages

EECS 647: Introduction to Database Systems

CSE 344 MAY 7 TH EXAM REVIEW

Lecture Query evaluation. Combining operators. Logical query optimization. By Marina Barsky Winter 2016, University of Toronto

SQL and Incomp?ete Data

Chapter 5 Relational Algebra. Nguyen Thi Ai Thao

Views, Indexes, Authorization. Views. Views 8/6/18. Virtual and Materialized Views Speeding Accesses to Data Grant/Revoke Priviledges

Relational Model & Algebra. Announcements (Tue. Sep. 3) Relational data model. CompSci 316 Introduction to Database Systems

SQL: Data Definition Language

CS 464/564 Introduction to Database Management System Instructor: Abdullah Mueen

Transcription:

I Relational Database Modeling how to define Relational Model data structure, operations, constraints Design theory for relational database High-level Models E/R model, UML model, ODL

II Relational Database Programming how to operate From an abstract point of view to study the question of database queries and modifications. (chapter 5) Relational Algebra A Logic for relation From a practical point to learn the operations on Database The Database Language SQL (chapter 6~10)

Chapter 5 Algebraic and Logic Query languages Relational operations (chapter 2) Extended operators Datalog: a logic for relations Relational algebra and Datalog

Review 1: what is Relational Algebra? An algebra whose operands are relations or variables that represent relations. Operators are designed to do the most common things that we need to do with relations in a database. The result is an algebra that can be used as a query language for relations.

Review 2: Core of Relational Algebra Set operations: Union, intersection and difference (the relation schemas must be the same) Selection: Picking certain rows from a relation. Projection: picking certain columns. Products and joins: composing relations in a useful ways. Renaming of relations and their attributes.

Review 3: Bags Model SQL, the most important query language for relational databases is actually a bag language. SQL will eliminate duplicates, but usually only if you ask it to do so explicitly. Some operations, like projection, are much more efficient on bags than sets.

Extended ( Nonclassical ) Relational Algebra Add features needed for SQL bags. 1. Duplicate-elimination operator 2. Extended projection. 3. Sorting operator 4. Grouping-and-aggregation operator 5. Outerjoin operator

Duplicate Elimination (R ) = relation with one copy of each tuple that appears one or more times in R. Example R = A B 1 2 3 4 1 2 (R ) = A B 1 2 3 4

Sorting L (R) = list of tuples of R, ordered according to attributes on list L Note that result type is outside the normal types (set or bag) for relational algebra. Consequence, cannot be followed by other relational operators. R = A B B (R ) = [(1,2), (5,2), (3,4)] 1 2 3 4 5 2

Extended Projection Allow the columns in the projection to be functions of one or more columns in the argument relation. Example: R = A A2 B A+B,A,A (R)= A+B A1 1 2 3 1 1 Arithmetic 3 on attributes 4 7 3 3 Duplicate occurrences of the same attribute

Aggregation Operators Aggregation operators are not operators of relational algebra. Rather, they apply to entire columns of a table and produce a single result. The most important examples: SUM, AVG, COUNT, MIN, and MAX.

Example: Aggregation R = A B 1 3 3 4 3 2 SUM(A) = 7 COUNT(A) = 3 MAX(B) = 4 AVG(B) = 3

Grouping Operator L (R ) where L is a list of elements that are either 1. Individual (grouping) attributes or 2. Of the form (A), where is an aggregation operator and A the attribute to which it is applied, computed by: Grouping R according to all the grouping attributes on list L. Within each group, compute (A), for each element (A) on list L Result is the relation whose column consist of one tuple for each group. The components of that tuple are the values associated with each element of L for that group.

Example: compute beer, AVG(price) (R ) R= Bar Beer price Joe s Bud 2.00 Joe s Miller 2.75 Sue s Bud 2.5 Sue s Coors 3.00 Mel s Miller 3.25 1. Group by the grouping attributes, beer in this case: Bar Beer price Joe s Bud 2.00 Sue s Bud 2.5 Joe s Miller 2.75 Mel s Miller 3.25 Sue s Coors 3.00

Example (cont.) 2. Computer average of price with groups: Beer AVG (price) Bud 2.25 Miller 3.00 Coors 3.00 beer, AVG(price)(R )

Example: Grouping/Aggregation R = A B C 1 2 3 4 5 6 1 2 5 A,B,AVG(C) (R) =?? First, group R : A B C 1 2 3 1 2 5 4 5 6 Then, average C within groups: A B AVG(C) 1 2 4 4 5 6

Outjoin The normal join can lose information, because a tuple that doesn t join with any from the other relation(dangles) has no vestige in the join result. The null value can be used to pad dangling tuples so they appear in the join. Gives us the outerjoin operator Variations: theta-outjoin, left- and rightoutjoin (pad only dangling tuples from the left (resp., right).

Example: Outerjoin R = A B S = B C 1 2 2 3 4 5 6 7 (1,2) joins with (2,3), but the other two tuples are dangling. R OUTERJOIN S = A B C 1 2 3 4 5 NULL NULL 6 7

Example (cont.) R L S = A B C 1 2 3 4 5 NULL R RS = A B C 1 2 3 null 6 7

Classroom Exercises R(A,B): {(0,1),(2,3),(0,1),(2,4),(3,4)} S(B,C):{(0,1),(2,4),(2,5),(3,4),(0,2),( 3,4) Computer: 1) B+1,C-1 (S) 2) b,a (R) 3) (R) 4) a, sum(b) (R) 5) R outjoint S

Logic As a Query Language If-then logical rules have been used in many systems. Important example: EII (Enterprise Information Integration). Nonrecursive rules are equivalent to the core relational algebra. Recursive rules extend relational algebra and appear in SQL-99.

Example: Enterprise Integration Goal: integrated view of the menus at many bars Sells(bar, beer, price). Joe has data JoeMenu(beer, price). Approach 1: Describe Sells in terms of JoeMenu and other local data sources. Sells( Joe s Bar, b, p) <- JoeMenu(b, p)

EII (2) Approach 2: Describe how JoeMenu can be used as a view to help answer queries about Sells and other relations. JoeMenu(b, p) <- Sells( Joe s Bar, b, p) More about information integration later.

Predicates and atoms Relations are represented in Datalog by predicates. A predicate followed by its arguments is called an atom. Atom = predicate and arguments. Predicate = relation name or arithmetic predicate, e.g. <. Arguments are variables or constants. R(a1,a2, an) has value TRUE if (a1,a2, an) is a tuple of R, otherwise, it is false.

A Logical Rule Our first example of a rule uses the relations Frequents(drinker, bar), Likes(drinker, beer), and Sells(bar, beer, price). The rule is a query asking for happy drinkers --- those that frequent a bar that serves a beer that they like.

Anatomy of a Rule Happy(d) <- Frequents(d,bar) AND Likes(d,beer) AND Sells(bar,beer,p) Head = consequent, a single subgoal Body = antecedent = AND of subgoals. Read this symbol if

Subgoals Are Atoms An atom is a predicate, or relation name with variables or constants as arguments. The head is an atom; the body is the AND of one or more atoms. Convention: Predicates begin with a capital, variables begin with lowercase.

Example: Atom Sells(bar, beer, p) The predicate = name of a relation Arguments are variables (or constants).

Interpreting Rules A variable appearing in the head is distinguished ; otherwise it is nondistinguished. Rule meaning: The head is true for given values of the distinguished variables if there exist values of the nondistinguished variables that make all subgoals of the body true.

Example: Interpretation Happy(d) <- Frequents(d,bar) AND Likes(d,beer) AND Sells(bar,beer,p) Distinguished variable Nondistinguished variables Interpretation: drinker d is happy if there exist a bar, a beer, and a price p such that d frequents the bar, likes the beer, and the bar sells the beer at price p.

Applying a Rule Approach 1: consider all combinations of values of the variables. If all subgoals are true, then evaluate the head. The resulting head is a tuple in the result.

Example: Rule Evaluation Happy(d) <- Frequents(d,bar) AND Likes(d,beer) AND Sells(bar,beer,p) FOR (each d, bar, beer, p) IF (Frequents(d,bar), Likes(d,beer), and Sells(bar,beer,p) are all true) add Happy(d) to the result Note: set semantics so add only once.

Drinker Bar Drinker Beer Bar Beer price David Joe sbar Frank Sue s bar Susan Joe s bar David David Frank Susan Bud Miller Bud Coors Joe s Bud 2.00 Joe s Miller 2.75 Sue s Bud 2.5 Sue s Coors 3.00 Only assignments that make all subgoals true: d David, bar Joe sbar, Beer Bud d David, bar Joe sbar, Beer Miller d Frank, bar Sue sbar, Beer Bud In the above cases it makes subgoals all true. Thus, add (d) = (david, Frank) to happy (d). d Susan, bar Joe sbar, beer Coors, however the third subgoal is not true, because (Joe sbar, Coors,p) is not in Sells.

A Glitch (Fixed Later) Relations are finite sets. We want rule evaluations to be finite and lead to finite results. Unsafe rules like P(x)<-Q(y) have infinite results, even if Q is finite. Even P(x)<-Q(x) requires examining an infinity of x-values.

Applying a Rule Approach 2: For each subgoal, consider all tuples that make the subgoal true. If a selection of tuples define a single value for each variable, then add the head to the result. Leads to finite search for P(x)<-Q(x), but P(x)<-Q(y) is problematic.

Example: Rule Evaluation (2) Happy(d) <- Frequents(d,bar) AND Likes(d,beer) AND Sells(bar,beer,p) FOR (each f in Frequents, i in Likes, and s in Sells) IF (f[1]=i[1] and f[2]=s[1] and i[2]=s[2]) add Happy(f[1]) to the result

Drinker Bar Drinker Beer Bar Beer price David Joe sbar Frank Sue s bar Susan Joe s bar David David Frank Susan Bud Miller Bud Coors Joe s Bud 2.00 Joe s Miller 2.75 Sue s Bud 2.5 Sue s Coors 3.00 Three assignments of tuples to subgoals: f(david Joe sbar) i(david Bud) s(joe s Bud 2.00) f(david Joe sbar) i(david Miller) s(joe s Miller 2.75) f(frank,sue sbar) i(frank Bud) s(sue s Bud 2.5) makes f[1]=i[1] and f[2]=s[1] and i[2]=s[2]) true Thus, (david,frank) is the only tuples for the head.

Arithmetic Subgoals In addition to relations as predicates, a predicate for a subgoal of the body can be an arithmetic comparison. We write arithmetic subgoals in the usual way, e.g., x < y.

Example: Arithmetic A beer is cheap if there are at least two bars that sell it for under $2. Cheap(beer) <- Sells(bar1,beer,p1) AND Sells(bar2,beer,p2) AND p1 < 2.00 AND p2 < 2.00 AND bar1 <> bar2

Negated Subgoals NOT in front of a subgoal negates its meaning. Example: Think of Arc(a,b) as arcs in a graph. S(x,y) says the graph is not transitive from x to y ; i.e., there is a path of length 2 from x to y, but no arc from x to y. S(x,y) <- Arc(x,z) AND Arc(z,y) AND NOT Arc(x,y)

Safe Rules A rule is safe if: 1. Each distinguished variable, 2. Each variable in an arithmetic subgoal, and 3. Each variable in a negated subgoal, also appears in a nonnegated, relational subgoal. Safe rules prevent infinite results.

Example: Unsafe Rules Each of the following is unsafe and not allowed: 1. S(x) <- R(y) 2. S(x) <- R(y) AND NOT R(x) 3. S(x) <- R(y) AND x < y In each case, an infinity of x s can satisfy the rule, even if R is a finite relation.

An Advantage of Safe Rules We can use approach 2 to evaluation, where we select tuples from only the nonnegated, relational subgoals. The head, negated relational subgoals, and arithmetic subgoals thus have all their variables defined and can be evaluated.

Datalog Programs Datalog program = collection of rules. In a program, predicates can be either 1. EDB = Extensional Database = stored table. 2. IDB = Intensional Database = relation defined by rules. Never both! No EDB in heads.

Evaluating Datalog Programs As long as there is no recursion, we can pick an order to evaluate the IDB predicates, so that all the predicates in the body of its rules have already been evaluated. If an IDB predicate has more than one rule, each rule contributes tuples to its relation.

Example: Datalog Program Using EDB Sells(bar, beer, price) and Beers(name, manf), find the manufacturers of beers Joe doesn t sell. JoeSells(b) <- Sells( Joe s Bar, b, p) Answer(m) <- Beers(b,m) AND NOT JoeSells(b)

Example: Evaluation Step 1: Examine all Sells tuples with first component Joe s Bar. Add the second component to JoeSells. Step 2: Examine all Beers tuples (b,m). If b is not in JoeSells, add m to Answer.

Relational Algebra & Datalog Both are query languages for relational database (abstractly) Algebra: use algebra expression. Datalog: use logic expressions. Core of algebra = Datalog rules (no recursive)

From Relational Algebra to Datalog R S R S R S A (R) F (R) I(x) R(x) AND S(x) I(x) R(x) I(x) S(x) I(x) R(x) AND NOT S(x) I(a) R(a,b) I(x) R(x) AND F

From Relational Algebra to Datalog (cont.) A (R) C1 AND C2 (R) x C1 OR C2 (R) R S I(a) R(a,b) I(x) R(x) AND C1 AND C2 I(x) R(x) AND C1 I(x) R(x) AND C2 I(x,y) R(x) AND S(y) R S I(x,y,z) R(x,y) AND x S(y,z)

Examples Movie(title,year,length,inColor,studioname, producerc#) Projection title,year,length (Movie) P(t,y,l) Movie(t,y,l,c,s,p) Selection length>=100 OR studioname= fox (Movie) S(t,y,l,c,s,p) Movie(t,y,l,c,s,p) AND l>=100 S(t,y,l,c,s,p) Movie(t,y,l,c,s,p) AND s= fox Natural Join J(a,b,c,d) R(a,b) AND S(b,c,d)

Expressive Power of Datalog Without recursion, Datalog can express all and only the queries of core relational algebra. The same as SQL select-from-where, without aggregation and grouping. But with recursion, Datalog can express more than these languages.

Recursive Rule example Path(X,Y) Edge (X,Y) Path (X,Y) Edge (X,Z) AND Path(Z,Y)

Summary of Chapter 5 Extensions to relational algebra Datalog: This form of logic allows us to write queries in the relational model. Rule: head subgoals, they are atoms, and an atom consists of an predicate applied to some number of arguments. IDB and EDB Relational algebra and datalog

HomeWork & Classroom Exercises Exercise 5.3.1 (2.4.1) a), f), h) Exercise 5.4.1 g) Let R(a,b,c), S(a,b,c) and T(a,b,c) be three relations, write one or more Datalog rules that define the result of the following algebra. a,b( R ) ρu(a,b) ( b,c(s))