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

Similar documents
SQL: Queries, Constraints, Triggers

SQL. Chapter 5 FROM WHERE

SQL: Queries, Programming, Triggers

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

CIS 330: Applied Database Systems

The SQL Query Language. Creating Relations in SQL. Referential Integrity in SQL

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

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

Enterprise Database Systems

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

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

Basic form of SQL Queries

SQL: Queries, Constraints, Triggers (iii)

SQL: Queries, Programming, Triggers

Database Management Systems. Chapter 5

Database Systems ( 資料庫系統 )

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

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

SQL - Lecture 3 (Aggregation, etc.)

Keys, SQL, and Views CMPSCI 645

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

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

SQL: The Query Language Part 1. Relational Query Languages

Database Applications (15-415)

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

The Database Language SQL (i)

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

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

Review: Where have we been?

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

QUERIES, PROGRAMMING, TRIGGERS

Introduction to Data Management. Lecture #17 (SQL, the Never Ending Story )

Database Applications (15-415)

CompSci 516 Data Intensive Computing Systems

More on SQL Nested Queries Aggregate operators and Nulls

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

Introduction to Data Management. Lecture 16 (SQL: There s STILL More...) It s time for another installment of...

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

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

CSEN 501 CSEN501 - Databases I

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

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

Rewrite INTERSECT using IN

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

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

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

Outer Join, More on SQL Constraints

Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa

Evaluation of relational operations

Overview of Query Evaluation. Overview of Query Evaluation

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

SQL: The Query Language (Part 1)

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

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

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

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

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

Database Management Systems. Chapter 3 Part 1

CompSci 516: Database Systems

Evaluation of Relational Operations. Relational Operations

Database Management Systems. Chapter 5

Database Management System. Relational Algebra and operations

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

Overview of Query Evaluation

CS330. Query Processing

Evaluation of Relational Operations

The Relational Model. Chapter 3. Comp 521 Files and Databases Fall

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

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

!-%/ -%& "-!&"!!!*0**

Evaluation of Relational Operations

Relational Algebra 1

This lecture. Step 1

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

Implementation of Relational Operations

Database Applications (15-415)

The Relational Data Model. Data Model

Relational Query Optimization. Highlights of System R Optimizer

Relational Algebra. Relational Query Languages

The Relational Model. Chapter 3

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

Relational data model

Relational algebra. Iztok Savnik, FAMNIT. IDB, Algebra

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

Relational Query Languages

Database Management Systems. Chapter 5

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

HW2 out! Administrative Notes

Relational Query Optimization

Database Applications (15-415)

Overview of Implementing Relational Operators and Query Evaluation

Introduction to Data Management. Lecture #18 (SQL, the Final Chapter )

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

The Relational Model. Chapter 3. Comp 521 Files and Databases Fall

Query Optimization. Schema for Examples. Motivating Example. Similar to old schema; rname added for variations. Reserves: Sailors:

SQL Lab Query 5. More SQL Aggregate Queries, Null Values. SQL Lab Query 8. SQL Lab Query 5. SQL Lab Query 8. SQL Lab Query 9

HW1 is due tonight HW2 groups are assigned. Outline today: - nested queries and witnesses - We start with a detailed example! - outer joins, nulls?

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

Transcription:

The SQ Query anguage Developed by IBM (system R) in the 1970s Need for a standard since it is used by many vendors Standards: SQ-86 SQ-89 (minor revision) SQ-92 (major revision, current standard) SQ-99 (major extensions) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 1 Creating Relations in SQ CREATE TABE Acct (bname: CHAR(20), acctn: CHAR(20), bal: REA, PRIMARY KEY (bname, acctn), FOREIGN KEY (bname REFERENCES branch ) CREATE TABE Branch (bname: CHAR(20), bcity: CHAR(30), assets: REA, PRIMARY KEY (bname) ) Observe that the type (domain) of each field is specified, and enforced by the DBMS whenever tuples are added or modified. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 2 Destroying and Alterating Relations Adding and Deleting Tuples DROP TABE Acct Destroys the relation Acct. The schema information the tuples are deleted. ATER TABE Acct ADD COUMN Type: CHAR (3) Adds a new field; every tuple in the current instance is extended with a null value in the new field. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 3 To insert a single tuple: INSERT INTO Branch (bname, bcity, assets) VAUES ( Nassau ST., Princeton, 7320571.00 (bname, bcity, assets) optional To delete all tuples satisfying some condition: DEETE Acct A WHERE A.acctn = B7730 To update: UPDATE Branch B SET B.bname = Nassau East WHERE B.bname = Nassau St. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 4 Basic SQ Query SEECT WHERE [DISTINCT] select-list from-list qualification from-list A list of relation names (possibly with a range-variable after each name). select-list A list of attributes of relations in from-list qualification Comparisons (Attr op const or Attr1 op Attr2, where op is one of <>=,,,,, ) combined using AND, OR and NOT. DISTINCT is an optional keyword indicating that the answer should not contain duplicates. Default is that duplicates are not eliminated! Conceptual Evaluation Strategy Semantics of an SQ query defined in terms of the following conceptual evaluation strategy: Compute the cross-product of from-list. Discard resulting tuples if they fail qualifications. Delete attributes that are not in select-list. If DISTINCT is specified, eliminate duplicate rows. This strategy is probably the least efficient way to compute a query! An optimizer will find more efficient strategies to compute the same answers. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 5 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 6

R1 Example Instances We will use these instances of the Sailors and Reserves relations in our examples. If the key for the Reserves relation contained only the attributes sid and bid, how would the semantics differ? S1 S2 sid bid day 22 101 10/10/96 58 103 11/12/96 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 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 7 Example of Conceptual Evaluation, Reserves R WHERE S.sid=R.sid AND R.bid=103 (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 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 8 A Note on Range Variables Really needed only if the same relation appears twice in the clause. The previous query can also be written as: Find sailors who ve reserved at least one boat SEECT S.sid, Reserves R WHERE S.sid=R.sid OR, Reserves R WHERE S.sid=R.sid AND bid=103 SEECT sname Sailors, Reserves WHERE Sailors.sid=Reserves.sid AND bid=103 It is good style, however, to use range variables always! Would adding DISTINCT to this query make a difference? What is the effect of replacing S.sid by S.sname in the SEECT clause? Would adding DISTINCT to this variant of the query make a difference? Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 9 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 10 Expressions and Strings SEECT A.name, age=2003-a.dob Alumni A WHERE A.dept IKE C%S Illustrates use of arithmetic expressions and string pattern matching: Find pairs (Alumnus(a) name and age defined by date of birth) for alums whose dept. begins with C and contains S. IKE is used for string matching. `_ stands for any one character and `% stands for 0 or more arbitrary characters. CREATE TABE Acct (bname: CHAR(20), acctn: CHAR(20), bal: REA, PRIMARY KEY ( acctn), note different than last time FOREIGN KEY (bname REFERENCES Branch ) CREATE TABE Branch CREATE TABE Cust (bname:char(20), (name: CHAR(20), bcity: CHAR(30), street: CHAR(30), assets: REA, city: CHAR(30), PRIMARY KEY (bname) ) PRIMARY KEY (name) ) CREATE TABE Depos (name: CHAR(20), acctn: CHAR(20), FOREIGN KEY (name REFERENCES Cust ) FOREIGN KEY (acctn REFERENCES Acct ) ) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 11 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 12

CREATE TABE Sailors (sid: INTEGER, sname: STRING, rating: INTEGER, age: REA, PRIMARY KEY ( sid) ) CREATE TABE Boats (bid: INTEGER, bname: STRING, color: STRING, PRIMARY KEY (bid) ) CREATE TABE Reserves (sid: INTEGER, bid: INTEGER, day: DATE, FOREIGN KEY (sid) REFERENCES Sailors, FOREIGN KEY (bid) REFERENCES Boats ) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 13 Find names of customers with accts in branches in Princeton or West Windsor (WW) UNION: Can be used to compute the union of any two union-compatible sets of tuples (which are themselves the result of SQ queries). If we replace OR by AND in the first version, what do we get? Also available: EXCEPT (What do we get if we replace UNION by EXCEPT?) SEECT D.name A.bname=B.bname AND (B.bcity= Princeton OR B.bcity= WW ) SEECT D.name A.bname=B.bname AND B.bcity= Princeton UNION SEECT D.name A.bname=B.bname AND B.bcity= WW Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 14 Find names of customers with accts in branches in Princeton and West Windsor (WW) INTERSECT: Can be used to compute the intersection of any two union-compatible sets of tuples. Contrast symmetry of the UNION and INTERSECT queries with how much the other versions differ. SEECT C.name Cust C, Acct A1, Acct A2, Depos D1, Depos D2, Branch B1, Branch B2 WHERE C.name=D1.name AND C.name=D2.name AND D1.acctn=A1.acctn AND D2.acctn=A2.acctn AND A1.bname=B1.bname AND A2.bname=B2.bname AND B1.bcity= Princeton AND B2.bcity= WW SEECT D.name Refers to Key field! A.bname=B.bname AND B.bcity= Princeton INTERSECT SEECT D.name A.bname=B.bname AND B.bcity= WW Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 15 Nested Queries Find names of all branches with accts of cust. who live in Rome SEECT A.bname Acct A WHERE A.acctn IN (SEECT D.acctn Depos D, Cust C WHERE D.name = C.name AND C.city= Rome ) A very powerful feature of SQ: a WHERE clause can itself contain an SQ query! (Actually, so can and HAVING clauses.) What get if use NOT IN? To understand semantics of nested queries, think of a nested loops evaluation: For each Acct tuple, check the qualification by computing the subquery. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 16 Nested Queries with Correlation Find names of sailors who ve reserved boat #103: WHERE EXISTS (SEECT * Reserves R WHERE R.bid=103 AND S.sid=R.sid) EXISTS is another set comparison operator, like IN. If UNIQUE is used, and * is replaced by R.bid, finds sailors with at most one reservation for boat #103. (UNIQUE checks for duplicate tuples; * denotes all attributes. Why do we have to replace * by R.bid?) Illustrates why, in general, subquery must be re-computed for each Sailors tuple. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 17 More on Set-Comparison Operators We ve already seen IN, EXISTS and UNIQUE. Can also use NOT IN, NOT EXISTS and NOT UNIQUE. Also available: op ANY, op A, op in ><=,,,,, Find names of branches with assests at least as large as the assets of some NYC branch: SEECT B.bname Branch B WHERE B.assets > ANY (SEECT Q.assets Branch Q WHERE Q.bcity- NYC ) Includes NYC branches? Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 18

Division in SQ Find sailors who ve reserved all boats. WHERE NOT EXISTS ((SEECT B.bid Boats B) EXCEPT (SEECT R.bid Reserves R WHERE R.sid=S.sid)) Division in SQ our example Find name of all customers who have accounts at all branches in Princeton. SEECT WHERE NOT EXISTS ((SEECT WHERE ) EXCEPT (SEECT WHERE ) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 19 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 20 Division in SQ our example Find name of all customers who have accounts at all branches in Princeton. SEECT C.name Cust C WHERE NOT EXISTS ((SEECT B.bname Branches B WHERE B.bcity = Princeton ) EXCEPT (SEECT A.bname Acct A, Depos D WHERE A.acctn = D.acctn AND D.name = C.name)) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 21 Aggregate Operators Significant extension of relational algebra. SEECT COUNT (*) SEECT AVG (S.age) WHERE S.rating=10 SEECT COUNT (DISTINCT S.rating) WHERE S.sname= Bob COUNT (*) COUNT ( [DISTINCT] A) SUM ( [DISTINCT] A) AVG ( [DISTINCT] A) MAX (A) MIN (A) single column WHERE S.rating= (SEECT MAX(S2.rating) 2) SEECT AVG ( DISTINCT S.age) WHERE S.rating=10 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 22 Find name and age of the oldest sailor(s) The first query is illegal! (We ll look into the reason a bit later, when we discuss GROUP BY.) The third query is equivalent to the second query, and is allowed in the SQ/92 standard, but is not supported in some systems., MAX (S.age), S.age WHERE S.age = (SEECT MAX (S2.age) 2), S.age WHERE (SEECT MAX (S2.age) 2) = S.age Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 23 GROUP BY and HAVING So far, we ve applied aggregate operators to all (qualifying) tuples. Sometimes, we want to apply them to each of several groups of tuples. Consider: Find the age of the youngest sailor for each rating level. In general, we don t know how many rating levels exist, and what the rating values for these levels are! Suppose we know that rating values go from 1 to 10; we can write 10 queries that look like this (!): For i = 1, 2,..., 10: SEECT MIN (S.age) WHERE S.rating = i Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 24

Queries With GROUP BY and HAVING SEECT [DISTINCT] select-list from-list WHERE qualification GROUP BY grouping-list HAVING group-qualification The select-list contains (i) attribute names (ii) terms with aggregate operations (e.g., MIN (S.age)). The attribute list (i) must be a subset of grouping-list. Intuitively, each answer tuple corresponds to a group, and these attributes must have a single value per group. (A group is a set of tuples that have the same value for all attributes in grouping-list.) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 25 Conceptual Evaluation The cross-product of from-list is computed, tuples that fail qualification are discarded, `unnecessary fields are deleted, and the remaining tuples are partitioned into groups by the value of attributes in grouping-list. The group-qualification is then applied to eliminate some groups. Expressions in group-qualification must have a single value per group! In effect, an attribute in group-qualification that is not an argument of an aggregate op also appears in grouping-list. (SQ does not exploit primary key semantics here!) One answer tuple is generated per qualifying group. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 26 Find the age of the youngest sailor with age 18, for each rating with at least 2 such sailors SEECT S.rating, MIN (S.age) WHERE S.age >= 18 GROUP BY S.rating HAVING COUNT (*) > 1 Only S.rating and S.age are mentioned in the SEECT, GROUP BY or HAVING clauses; other attributes `unnecessary. 2nd column of result is unnamed. (Use AS to name it.) sid sname rating age 22 dustin 7 45.0 31 lubber 8 55.5 71 zorba 10 16.0 64 horatio 7 35.0 29 brutus 1 33.0 58 rusty 10 35.0 rating age 1 33.0 7 45.0 7 35.0 8 55.5 10 35.0 rating 7 35.0 Answer relation Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 27 For each red boat, find the number of reservations for this boat SEECT B.bid, COUNT (*) AS scount, Boats B, Reserves R WHERE S.sid=R.sid AND R.bid=B.bid AND B.color= red GROUP BY B.bid Grouping over a join of three relations. What do we get if we remove B.color= red from the WHERE clause and add a HAVING clause with this condition? What if we drop Sailors and the condition involving S.sid? Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 28 Null Values Field values in a tuple are sometimes unknown (e.g., a rating has not been assigned) or inapplicable (e.g., no spouse s name). SQ provides a special value null for such situations. The presence of null complicates many issues. E.g.: Special operators needed to check if value is/is not null. Is rating>8 true or false when rating is equal to null? What about AND, OR and NOT connectives? We need a 3-valued logic (true, false and unknown). Meaning of constructs must be defined carefully. (e.g., WHERE clause eliminates rows that don t evaluate to true.) New operators (in particular, outer joins) possible/needed. Joins in SQ SQ has both inner joins and outer join Use where need relation, e.g. " " Inner join variations as for relational algebra Sailors INNER JOIN Reserves ON Sailors.sid =Reserved.sid Sailors INNER JOIN Reserves USING (sid) Sailors NATURA INNER JOIN Reserves Outer join includes tuples that don t match fill in with nulls 3 varieties: left, right, full Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 29 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 30

Outer Joins Example eft outer join of S and R: take inner join of S and R (with whatever qualification) add tuples of S that are not matched in inner join, filling in attributes coming from R with "null" Rightouter join: as for left, but fill in tuple of R Full outer join: both left and right Given Tables: sid 77 35 21 NATURA INNER JOIN: college Forbes Mathey Butler 77 21 NATURA EFT OUTER JOIN add: NATURA RIGHT OUTER JOIN add: NATURA FU OUTER JOIN add both sid dept 77 EE 21 COS 42 MO Forbes EE Butler COS 35 Mathey null 42 null MO Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 31 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 32 Views A view is just a relation, but we store a definition, rather than a set of tuples. CREATE VIEW YoungActiveStudents (name, grade) AS SEECT S.name, E.grade Students S, Enrolled E WHERE S.sid = E.sid and S.age<21 Views can be dropped using the DROP VIEW command. How to handle DROP TABE if there s a view on the table? DROP TABE command has options to let the user specify this. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 33 Integrity Constraints (Review) An IC describes conditions that every legal instance of a relation must satisfy. Inserts/deletes/updates that violate IC s are disallowed. Can be used to ensure application semantics (e.g., sid is a key), or prevent inconsistencies (e.g., sname has to be a string, age must be < 200) Types of IC s: Domain constraints, primary key constraints, foreign key constraints, general constraints. Domain constraints: Field values must be of right type. Always enforced. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 34 General Constraints Useful when more general ICs than keys are involved. Can use queries to express constraint. Constraints can be named. CREATE TABE Sailors (sid INTEGER, sname CHAR(10), rating INTEGER, age REA, PRIMARY KEY (sid), CHECK ( rating >= 1 AND rating <= 10 ) CREATE TABE Reserves (sname CHAR(10), bid INTEGER, day DATE, PRIMARY KEY (bid,day), CONSTRAINT nointerlakeres CHECK (`Interlake <> ( SEECT B.bname Boats B WHERE B.bid=bid))) Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 35 Constraints Over Multiple Relations Awkward and wrong! If Sailors is empty, the number of Boats tuples can be anything! ASSERTION is the right solution; not associated with either table. CREATE TABE Sailors (sid INTEGER, sname CHAR(10), rating INTEGER, age REA, PRIMARY KEY (sid), CHECK Number of boats plus number of sailors is < 100 ( (SEECT COUNT (S.sid) ) + (SEECT COUNT (B.bid) Boats B) < 100 ) CREATE ASSERTION smallclub CHECK ( (SEECT COUNT (S.sid) ) + (SEECT COUNT (B.bid) Boats B) < 100 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 36

Triggers Triggers: Example (SQ:1999) Trigger: procedure that starts automatically if specified changes occur to the DBMS Three parts: Event (activates the trigger) Condition (tests whether the triggers should run) Action (what happens if the trigger runs) CREATE TRIGGER youngsailorupdate AFTER INSERT ON SAIORS REFERENCING NEW TABE NewSailors FOR EACH STATEMENT INSERT INTO YoungSailors(sid, name, age, rating) SEECT sid, name, age, rating NewSailors N WHERE N.age <= 18 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 37 Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 38 Summary SQ was an important factor in the early acceptance of the relational model; more natural than earlier, procedural query languages. Relationally complete; in fact, significantly more expressive power than relational algebra. Even queries that can be expressed in RA can often be expressed more naturally in SQ. Many alternative ways to write a query; optimizer should look for most efficient evaluation plan. In practice, users need to be aware of how queries are optimized and evaluated for best results. Based on slides for Database Management Systems by R. Ramakrishnan and J. Gehrke 39