The SQL database language Parts of the SQL language

Similar documents
DATABASE DESIGN I - 1DL300

DATABASE TECHNOLOGY. Spring An introduction to database systems

DATABASE TECHNOLOGY - 1MB025

DATABASE TECHNOLOGY - 1MB025

DATABASTEKNIK - 1DL116

Chapter 3: SQL. Database System Concepts, 5th Ed. Silberschatz, Korth and Sudarshan See for conditions on re-use

Chapter 3: SQL. Chapter 3: SQL

Silberschatz, Korth and Sudarshan See for conditions on re-use

Chapter 4: SQL. Basic Structure

SQL. Lecture 4 SQL. Basic Structure. The select Clause. The select Clause (Cont.) The select Clause (Cont.) Basic Structure.

Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See for conditions on re-use "

Lecture 3 SQL. Shuigeng Zhou. September 23, 2008 School of Computer Science Fudan University

QQ Group

Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Data Definition

Database Systems SQL SL03

Database Systems SQL SL03

Simple SQL Queries (2)

Chapter 3: Introduction to SQL. Chapter 3: Introduction to SQL

Chapter 3: Introduction to SQL

Chapter 3: Introduction to SQL

The SQL data-definition language (DDL) allows defining :

Upon completion of this Unit, students will be introduced to the following

SQL QUERIES. CS121: Relational Databases Fall 2017 Lecture 5

Chapter 2: Relational Model

More on SQL. Juliana Freire. Some slides adapted from J. Ullman, L. Delcambre, R. Ramakrishnan, G. Lindstrom and Silberschatz, Korth and Sudarshan

Chapter 4. Basic SQL. Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Chapter 5: Other Relational Languages

Chapter 6: Formal Relational Query Languages

Contents Contents Introduction Basic Steps in Query Processing Introduction Transformation of Relational Expressions...

CS121 MIDTERM REVIEW. CS121: Relational Databases Fall 2017 Lecture 13

Outline. Note 1. CSIE30600 Database Systems More SQL 2

SQL OVERVIEW. CS121: Relational Databases Fall 2017 Lecture 4

CSCC43H: Introduction to Databases. Lecture 4

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See for conditions on re-use "

Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See for conditions on re-use "

SQL (Structured Query Language)

Relational Algebra. Relational Algebra. 7/4/2017 Md. Golam Moazzam, Dept. of CSE, JU

Chapter 4. Basic SQL. SQL Data Definition and Data Types. Basic SQL. SQL language SQL. Terminology: CREATE statement

Chapter 14: Query Optimization

CS 582 Database Management Systems II

DATABASE TECHNOLOGY - 1MB025 (also 1DL029, 1DL300+1DL400)

WHAT IS SQL. Database query language, which can also: Define structure of data Modify data Specify security constraints

Slides by: Ms. Shree Jaswal

Explain in words what this relational algebra expression returns:

Other Relational Query Languages

DATABASE DESIGN I - 1DL300

DATABASE DESIGN I - 1DL300

INF1383 -Bancos de Dados

Outline. Textbook Chapter 6. Note 1. CSIE30600/CSIEB0290 Database Systems Basic SQL 2

Database System Concepts

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 7 Introduction to Structured Query Language (SQL)

CSIE30600 Database Systems Basic SQL 2. Outline

SQL STRUCTURED QUERY LANGUAGE

CS425 Fall 2017 Boris Glavic Chapter 4: Introduction to SQL

DATABASE DESIGN - 1DL400

Chapter 3: Relational Model

Views, assertions, and triggers

Textbook: Chapter 6! CS425 Fall 2013 Boris Glavic! Chapter 3: Formal Relational Query. Relational Algebra! Select Operation Example! Select Operation!

Other Query Languages II. Winter Lecture 12

UNIT III INTRODUCTION TO STRUCTURED QUERY LANGUAGE (SQL)

CS352 - DATABASE SYSTEMS. To give you experience with developing a database to model a real domain

DATABASE DESIGN - 1DL400

Chapter 5: Other Relational Languages.! Query-by-Example (QBE)! Datalog

COGS 121 HCI Programming Studio. Week 03 - Tech Lecture

Principles of Data Management

SQL functions fit into two broad categories: Data definition language Data manipulation language

DATABASDESIGN FÖR INGENJÖRER - 1DL124

CS34800 Information Systems. The Relational Model Prof. Walid Aref 29 August, 2016

CS352 - DATABASE SYSTEMS

Database System Concepts, 5 th Ed.! Silberschatz, Korth and Sudarshan See for conditions on re-use "

CMSC 424 Database design Lecture 18 Query optimization. Mihai Pop

Querying Data with Transact SQL

Ch 5 : Query Processing & Optimization

Midterm Review. Winter Lecture 13

Introduction to Database Technology Elmasri/Navathe ch 1-2 Padron-McCarthy/Risch ch 1 Sobhan Badiozamany Silvia Stefanova Department of Information Te

UNIT- II (Relational Data Model & Introduction to SQL)

Lecture 6 - More SQL

1) Introduction to SQL

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Basic SQL. Dr Fawaz Alarfaj. ACKNOWLEDGEMENT Slides are adopted from: Elmasri & Navathe, Fundamentals of Database Systems MySQL Documentation

SQL - Basics. SQL Overview

Database System Concepts

Relational Algebra and SQL

SQL Fundamentals. Chapter 3. Class 03: SQL Fundamentals 1

Simple queries Set operations Aggregate operators Null values Joins Query Optimization. John Edgar 2

Query processing and optimization

<account_number> A-101 </account_number># <branch_name> Downtown </branch_name># <balance> 500 </balance>#

Full file at

Relational Model. Prepared by: Ms. Pankti Dharwa ( Asst. Prof, SVBIT)

SQL Interview Questions

MTA Database Administrator Fundamentals Course

UNIT 2 RELATIONAL MODEL

Domain Constraints Referential Integrity Assertions Triggers. Authorization Authorization in SQL

Querying Data with Transact-SQL

Database Systems. Answers

SQL DATA DEFINITION: KEY CONSTRAINTS. CS121: Relational Databases Fall 2017 Lecture 7

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

CSC Web Programming. Introduction to SQL

Integrity and Security

Transcription:

DATABASE DESIGN I - 1DL300 Fall 2011 Introduction to SQL Elmasri/Navathe ch 4,5 Padron-McCarthy/Risch ch 7,8,9 An introductory course on database systems http://www.it.uu.se/edu/course/homepage/dbastekn/ht11 Erik Zeitler Uppsala Database Laboratory Department of Information Technology, Uppsala University, Uppsala, Sweden Silvia Stefanova Uppsala Database Laboratory Department of Information Technology, Uppsala University, Uppsala, Sweden Silvia Stefanova- UDBL - IT - UU 2011-11-17 1 Silvia Stefanova- UDBL - IT - UU 2011-11-17 2 The SQL database language Parts of the SQL language SQL - (Structured Query Language) SQL was first developed by IBM in the early 70 s at their San Jose Research Lab. It was called Sequel (Structured English QUEry Language) and was implemented as part of their experimental relational database system, called System R project. SQL has become standard language in commercial RDBMS Current version of the ISO/ANSI SQL standard is SQL:2008 Object Oriented concepts are introduced in SQL-99 (the earlier SQL-92 is a subset of the standard). SQL include several subparts DDL Interactive DML Queries: SELECT Updates: INSERT, DELETE, UPDATE Embedded DML View definition Security and authorization Integrity constraints Transaction control SQL (E/N chapter 4,5) Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Joined Relations Data Definition Schema Evolution Additional SQL Features. 2011-11-17 3 2011-11-17 4 1

Basic structure SQL is based on set and relational operations with certain modifications and enhancements. A typical SQL query has the form: SELECT A 1,A 2,...,A n FROM r 1,r 2,...,r m WHERE P A i s represent attributes, whose values are to be retrieved (projection attributes) r i s represent relations, required to process the query P is a predicate Boolean expression, identifying the tuples to be retrieved (selection and join conditions) This is equivalent to the relational algebra expression: A1, A 2,..., A n ( P (r 1 r 2... r m )) The result of an SQL query is a relation. Banking example revisited Again we use the bank schema in subsequent examples branch (branch_name,branch_city,assets) customer (customer_name,customer_street,customer_city) account (branch_name,account_number,balance) loan (branch_name,,amount) depositor (customer_name,account_number) borrower (customer_name,) 2011-11-17 5 2011-11-17 6 The SELECT clause The SELECT clause corresponds to the projection operation of the relational algebra. It is used to list the attributes desired in the result of a query. Example: Find the names of all branches in the loan relation: SELECT branch_name FROM loan ; branch_name (loan) An asterisk (*) in the select clause denotes all attributes : SELECT * FROM loan ; SQL allows duplicates in relations as well as in query results. To force the elimination of duplicates, insert the keyword DISTINCT after select. Example: Find the names of all branches in the loan relation, and remove duplicates: SELECT DISTINCT branch_name FROM loan ; The keyword ALL specifies that duplicates will not be removed: SELECT ALL branch_name FROM loan ; The SELECT clause can also contain arithmetic expressions involving the operators, +, -, *, and /, operating on constants or attributes of tuples. Example: Return the loan relation where the amount attribute multiplied by 100: SELECT branch_name,, amount * 100 FROM loan ; The WHERE clause The WHERE clause corresponds to the selection predicate of the relational algebra. It consists of a predicate involving attributes of the relations that appear in the FROM clause. SQL uses the logical connectives AND, OR, (and NOT). It allows the use of arithmetic expressions as operands to the comparison operators. Example: Find all loan numbers for loans made at the Perryridge branch with loan amounts greater than $1200: SELECT FROM loan WHERE branch_name = Perryridge AND amount > 1200 ; SQL includes a BETWEEN comparison operator in order to simplify WHERE clauses that specify that a value is less than or equal to some value and greater than or equal to some other value. Example: Find the loan number of those loans with loan amounts between $90,000 and $100,000 (that is, $90,000 AND $100,000) SELECT FROM loan WHERE amount BETWEEN 90000 AND 100000 ; 2011-11-17 7 2011-11-17 8 2

The FROM clause The FROM clause corresponds to the Cartesian product operation of the relational algebra. It lists the relations to be scanned when evaluating the whole SELECT expression. Example: Find the Cartesian product borrower loan: SELECT * FROM borrower, loan ; Example: Find the name and loan number of all customers having a loan at the Perryridge branch (tables borrower, loan) The RENAME operation The SQL mechanism for renaming relations and attributes is accomplished through the AS clause: old-name AS new-name Example: Find the name and loan number of all customers having a loan at the Perryridge branch; replace the column name with the name lid. SELECT DISTINCT customer_name, borrower. FROM borrower, loan WHERE borrower. = loan. AND branch_name = Perryridge ; Join condition Selection condition SELECT DISTINCT customer_name, borrower. AS lid FROM borrower, loan WHERE borrower.loannumber = loan. AND branch_name = Perryridge ; 2011-11-17 9 2011-11-17 10 Tuple variables String operations Tuple variables (aliases) are defined in the FROM clause via the use of the AS clause. Example: Find the customer names and their loan numbers for all customers having a loan at some branch. SELECT DISTINCT customer_name, T. FROM borrower AS T, loan AS S WHERE T. = S. ; Example: Find the names of all branches that have greater assets than some branch located in Brooklyn. SELECT DISTINCT T.branch_name FROM branch AS T, branch AS B WHERE T.assets > B.assets AND B.branch_city = Brooklyn ; SQL includes a string-matching operator for comparisons on character strings. Patterns are described using two special characters: percent ( % ). The % character matches any substring. underscore ( _ ). The _ character matches any character. Example: Find the names of all customers whose street includes the substring Main : SELECT customer_name FROM customer WHERE customer_street LIKE %Main% ; Example: Find the names of all customers whose street starts with the substring Main% : SELECT customer_name FROM customer WHERE customer_street LIKE Main\% ; 2011-11-17 11 2011-11-17 12 3

Ordering the display of tuples List in alphabetic order the names of all customers having a loan at Downtown branch: SELECT DISTINCT customer_name FROM borrower, loan WHERE borrower. = loan. AND branch_name = Downtown ORDER BY customer_name ASC (DESC) ; We may specify DESC for descending order or ASC for ascending order, for each attribute; ascending order is the default. Set operations The set operations UNION, INTERSECT, and EXCEPT operate on relations and correspond to the relational algebra operations and. Each of the above operations automatically eliminates duplicates; to retain all duplicates use the corresponding multiset (sets with duplicates) versions UNION ALL, INTERSECT ALL and EXCEPT ALL. Suppose a tuple occurs m times in r and n times in s, then, it occurs: m + n times in r union all s min(m, n) times in r intersect all s max(0, m - n) times in r except all s SQL must perform a sort to fulfill an ORDER BY request. Since sorting a large number of tuples may be costly, it is desirable to sort only when necessary. 2011-11-17 13 2011-11-17 14 Set operations cont. Find all customers who have a loan, an account, or both: (SELECT customer_name FROM depositor) UNION (SELECT customer_name FROM borrower) Find all customers who have both a loan and an account: (SELECT customer_name FROM depositor) INTERSECT (SELECT customer_name FROM borrower) Find all customers who have an account but no loan: (SELECT customer_name FROM depositor) EXCEPT (SELECT customer_name FROM borrower) Aggregate functions These functions operate on the multiset of values of a column of a relation, and return a value avg : average value min : minimum value max : maximum value sum : sum of values count: number of values Example: Find the average account balance at the Perryridge branch. SELECT AVG (balance) FROM account WHERE branch_name = Perryridge ; Example: Find the number of tuples in the customer relation. SELECT COUNT (*) FROM customer ; Example: Find the number of the different depositors in the bank SELECT COUNT (DISTINCT customer_name) FROM depositor ;? What is the difference with SELECT COUNT (customer_name) FROM depositor ; 2011-11-17 15 2011-11-17 16 4

Aggregate functions - GROUP BY GROUP BY used to create subgroups of tuples before summarization Example: Find the number of depositors for each branch (tables depositor, account) SELECT branch_name, count (distinct customer_name) FROM depositor, account WHERE depositor.account_number = account.account_number GROUP BY branch_name ; Aggregate functions - HAVING HAVING used to return only some subgroups of tuples Find the names of all branches where the average account balance is more than $1,200 SELECT branch_name, AVG (balance) FROM account GROUP BY branch_name HAVING AVG (balance) > 1200 ; Note: Attributes in SELECT clause outside of aggregate functions must appear in GROUP BY list. Note: Predicates in the HAVING clause are applied after the formation of groups 2011-11-17 17 2011-11-17 18 Null values It is possible for tuples to have a null value, denoted by NULL, for some of their attributes; NULL signifies an unknown value or that a value does not exist. The result of any arithmetic expression involving NULL is NULL. Comparisons involving NULL return unknown: Example: Find all loan numbers in the loan relation with NULL values for amount SELECT FROM loan WHERE amount IS NULL ; Example: Find the total loan amounts: SELECT SUM (amount) FROM loan ; The query ignores NULL amounts; result is NULL if there is no non-null amount. All aggregate operations except count(*) ignore tuples with null values on the aggregated attributes. Three-Valued Logic AND TRUE FALSE NULL TRUE TRUE FALSE NULL FALSE FALSE FALSE FALSE NULL NULL FALSE NULL OR TRUE FALSE NULL TRUE TRUE TRUE TRUE FALSE TRUE FALSE NULL NULL TRUE NULL NULL 2011-11-17 19 2011-11-17 20 5

Nested subqueries SQL provides a mechanism for nesting of subqueries. A subquery is a SELECT-FROM-WHERE expression that is nested within another query. A common use of subqueries is to perform tests for set membership, set comparisons, and set cardinality. F in r t r (t = F) 0 (5 in 4 ) = true 5 Set membership (5 in 0 4 ) = false 6 0 (5 not in 4 ) = true 6 SELECT FROM... WHERE <column name> IN ( subquery ) 2011-11-17 21 2011-11-17 22 Subqueries Subqueries Example: Find all customers who have both an account and a loan at bank (relations borrower and depositor, IN ) SELECT DISTINCT customer_name FROM borrower WHERE customer_name IN (SELECT customer_name FROM depositor) ; Example: Find all customers who have a loan at the bank but do not have an account at the bank. (relations borrower and depositor, NOT IN) SELECT DISTINCT customer_name FROM borrower WHERE customer_name NOT IN (SELECT customer_name FROM depositor) ; Example: Find all customers who have both an account and a loan at the Perryridge branch. SELECT DISTINCT customer_name FROM borrower, loan WHERE borrower. = loan. AND branch_name = Perryridge AND (branch_name, customer_name) IN (SELECT branch_name, customer_name FROM depositor, account WHERE depositor.account_number = account.account_number) ; 2011-11-17 23 2011-11-17 24 6

Set comparison Example: Find all branches that have greater assets than some branch located in Brooklyn: SELECT DISTINCT T. branch_name FROM branch AS T, branch AS S WHERE T.assets > S.assets AND S.branch_city = Brooklyn ; The SOME clause F <comp> some r t (t r [F = <comp> t]) where <comp> can be: <,, >,, <>, = 0 (5 < some 5 ) = true (read: 5 < some tuple in the relation) 6 (5 < some 0 ) = false 5 (5 = some ) = true 0 (5 <> 5some ) = true (since 0 5) 0 Also (= some) in, but (<> some) not 5 in SELECT FROM... WHERE <column name> <comp> SOME ( subquery ) 2011-11-17 25 2011-11-17 26 SOME query The ALL clause Example: Find all branches that have greater assets than some branch located in Brooklyn. SELECT branch_name FROM branch WHERE assets > SOME (SELECT assets from branch WHERE branch_city= Brooklyn ) ; F <comp> all r t (t r [F = <comp> t]) (5 < all 0 5 ) = false 6 (5 < all 6 ) = true 9 (5 = all 4 ) = false 5 (5 <> all ) = true (since 5 4, 6) 4 6 Note that (<> all) not in, but (= all) in SELECT FROM... WHERE <column name> <comp> ALL ( subquery ) 2011-11-17 27 2011-11-17 28 7

The ALL clause query Example: Find the names of all branches that have greater assets than all branches located in Brooklyn. SELECT branch_name FROM branch WHERE assets > ALL (SELECT assets from banach WHERE branch_city= Brooklyn ) ; Test for empty relations (EXISTS) The EXISTS is used to check whether the result of a correlated nested query is empty The results of EXISTS is: A Boolean TRUE if the nested query returns at least one tuple A Boolean FALSE if the nested query doesn t return tuples (the result contains no tuples) exists r r ø not exists r r = ø SELECT FROM... WHERE EXISTS ( subquery ) 2011-11-17 29 2011-11-17 30 Test for empty relations (EXISTS) Example: Find all customers (name, street address) who have an account at all branches located in Brooklyn. SELECT C.customer_name, C.customer_street FROM customer C WHERE EXISTS (SELECT * FROM depositor D, account A, branch B WHERE D.customer_name = C.customer_name AND D.account_number = A.account.number AND B.branch_city = Brooklyn ) ; Test for empty relations (NOT EXISTS) Example: Find all customers who don t have any account at any branche SELECT C.customer_name, C.customer_street FROM customer C WHERE NOT EXISTS (SELECT * FROM depositor D, account A WHERE D.customer_name = C.customer_name AND D.account_number = A.account.number ) ; 2011-11-17 31 2011-11-17 32 8

Test for absence of duplicate tuples (UNIQUE) The UNIQUE returns TRUE if there are no duplicate tuples Example: Find all customers who have only one account at the Perryridge branch. SELECT C.customer_name, C.customer_street FROM customer C WHERE UNIQUE (SELECT * FROM depositor D, account A WHERE D.customer_name = C.customer_name AND D.account_number = A.account.number AND A.branch_name = Perryridge ) ; Derived relations Example: Find the average account balance of those branches where the average account balance is greater than $1200 (without use of HAVING) SELECT branch_name, avg_balance FROM (SELECT branch_name, avg (balance) FROM account GROUP BY branch_name ) AS result (branch_name,avg_balance) WHERE avg_balance > 1200 ; We do not need to use the HAVING clause, since we compute in the from clause the temporary relation result, and the attributes of result can be used directly in the where clause. 2011-11-17 33 2011-11-17 34 Views (Virtual Tables) View a single table derived from other tables. The tables can be base tables or other previoulsy defined views. A view doesn t always exist in a physical form in contrast to base tables To create a view we use the command: CREATE VIEW viewname AS <query expression> <query expression> is any legal expression. Example: Create a view of the branches and their customers, i.e. with the schema brances_and_customers(branch_name, customer_name) Modification of the database INSERT - insert new tuples into a table UPDATE - update qualified column values in tables DELETE - removes qualified tuples from table CREATE VIEW branches_and_customers AS SELECT branch_name, customer_name FROM depositor, account, customer WHERE depositor.account_number = account.account_number AND depositor.customer_name = customer.customer_name ; 2011-11-17 35 2011-11-17 36 9

Modifying the database INSERT Syntax: INSERT INTO table [(column_list)] VALUES(value_list); INSERT INTO table [(column_list)] SELECT FROM WHERE ; Add a new tuple into the account table INSERT INTO account VALUES ( Perryridge, A-9732, 1200) ; or equivalently: INSERT INTO account (branch_name, balance, account_number) VALUES ( Perryridge, 1200, A-9732); Add a new tuple to the account table whre setting balance set to NULL: INSERT INTO account VALUES ( Perryridge, A-777, NULL) ; Modifying the database INSERT Example: Create a savings account and insert $200 into it for any loan customer of the Perryridge branch. Let the loan number serve as the account number for the new savings account. INSERT INTO account SELECT branch_name,, 200 FROM loan WHERE branch_name = Perryridge ; INSERT INTO depositor SELECT customer.customer_name,loan.l oan_number FROM loan, customer, borrower WHERE branch_name = Perryridge AND loan. = borrower. AND borrower.customer_name = customer.customer_name ; 2011-11-17 37 2011-11-17 38 Modifying the database UPDATE Syntax: UPDATE <table> SET <column_name> = value, [WHERE ] ; Example: Increase all accounts with balances over $10,000 by 6%, all other accounts increase with 5%. UPDATE account SET balance = balance * 1.06 WHERE balance > 10000 ; UPDATE account SET balance = balance * 1.05 WHERE balance 10000 ; Update of a view Create a view of all loan data in the loan relation, hiding the amount attribute: CREATE VIEW branch_loan as AS SELECT branch_name, FROM loan ; Add a new tuple to branch_loan: INSERT INTO branch_loan VALUES ( Perryridge, L-307 ) ; This insertion must be represented by inserting into the loan relation the tuple: ( Perryridge, L-307, null) A view with a single definition table is updatable if the view attributes contain the PK Views defined on multiple tables using joins are not updatable in generally Views defined using GROUP BY and aggregations are not updatable 2011-11-17 39 2011-11-17 40 10

Modifying the database DELETE Syntax: DELETE FROM table [where ] ; Delete all account records at the Perryridge branch. DELETE FROM account WHERE branch_name = Perryridge Example: Delete all accounts at every branch located in Needham. DELETE FROM depositor WHERE account_number IN (SELECT account_number FROM branch, account WHERE branch_city = Needham AND branch.branch_name = account.branch_name) ; DELETE FROM account WHERE branch_name IN (SELECT branch_name FROM branch WHERE branch_city = Needham ); Modifying the database DELETE Example: Delete the records of all accounts with balances below the average at the bank. DELETE FROM account WHERE balance < (SELECT AVG (balance) FROM account) ; Problem: as we delete tuples from deposit, the average balance changes Solution used in SQL: 1. First, compute avg balance and find all tuples to delete 2. Next, delete all tuples found above (without recomputing avg or retesting the tuples) 2011-11-17 41 2011-11-17 42 Joined relations Join operations take two relations and return as a result another relation. These additional operations are typically used as subquery expressions in the FROM clause. Join condition defines which tuples in the two relations match, and what attributes are present in the result of the join. Join type defines how tuples in a relation do not match a tuple in the other relation (based on the join condition) are treated. Join types Join conditions inner join natural left outer join on <predicate> right outer join using (A 1, A 2,..., A n ) full outer join Relation loan branch_name Downtown Redwood Perryridge Relation borrower customer_name Jones Smith Hayes Joined relations datasets for examples L-260 L-155 amount 3000 4000 1700 2011-11-17 43 2011-11-17 44 11

Joined relations examples Joined relations examples SELECT * FROM loan INNER JOIN borrower ON loan. = borrower. ; branch_name Downtown Redwood amount 3000 4000 SELECT * FROM loan LEFT OUTER JOIN borrower ON loan. = borrower. ; branch_name Downtown Redwood Perryridge L-260 amount 3000 4000 1700 customer_name Jones Smith customer_name Jones Smith NULL NULL SELECT * FROM loan NATURAL INNER JOIN borrower ; branch_name amount Downtown Redwood 3000 4000 SELECT * FROM loan NATURAL RIGHT OUTER JOIN borrower ; branch_name Downtown Redwood NULL L-155 amount 3000 4000 NULL customer_name Jones Smith customer_name Jones Smith Hayes 2011-11-17 45 2011-11-17 46 Joined relations examples SELECT * FROM loan NATURAL FULL OUTER JOIN borrower using () branch_name Downtown Redwood Perryridge NULL L-260 L-155 amount 3000 4000 1700 NULL customer_name Jones Smith NULL Hayes Find all customers who have either an account or a loan (but not both) at the bank. SELECT customer_name FROM (depositor NATURAL FULL OUTER JOIN borrower) WHERE account_number IS NULL OR IS NULL ; Data Definition and Schema Evolution Data definition include the specification of a database schema as well as descriptors for each element in the schema including, tables, constraints, views, domains, indexes, and other constructs such as authorization and physical storage structures. Example: CREATE SCHEMA company authorization kjell; SQL also uses the catalog concept to refer to a named collection of schemas 2011-11-17 47 2011-11-17 48 12

Creating relations in SQL Relations or tables are created using the CREATE TABLE command that specifies a relation by name, attributes and constraints. Attributes have a name, a data type (its value domain) and possible constraints. Key, entity integrity, and referential integrity constraints can also be specified. Data types and domains Data types in SQL: char(n). Fixed length character string, with user-specified length n. varchar(n). Variable length character strings, with user-specified maximum length n. int. Integer (a finite subset of the integers that is machine-dependent). smallint. Small integer (a machine-dependent subset of the integer domain type). numeric(p,d). Fixed point number, with user-specified precision of p digits, with d digits to the right of decimal point. real, double precision. Floating point and double-precision floating point numbers, with machine-dependent precision. float(n). Floating point number, with user-specified precision of at least n digits. date. Dates, containing a (4 digit) year, month and date. time. Time of day, in hours, minutes and seconds. Null values are allowed in all the domain types. Declaring an attribute to be not null prohibits null values for that attribute. User-defined domain types can be explicitly defined in SQL-92 using a create domain statement that can be reused in defining relations: create domain person_name char(20) not null 2011-11-17 49 2011-11-17 50 CREATE TABLE construct An SQL relation is defined using the create table command: CREATE TABLE r (A 1 D 1,A 2 D 2,...,A n D n, integrity-constraint 1 i,..., integrity-constraint k i ) r is the name of the relation each A i is an attribute name in the schema of relation r D i is the data type of values in the domain of attribute A i Example: CREATE TABLE branch (branch_name CHAR(15) NOT NULL, branch_city CHAR(30), assets INTEGER) ; Integrity constraints in CREATE TABLE not null primary key (A1,...,A n) check (P), where P is a predicate Example: Declare branch_name as the primary key for branch and ensure that the values of assets are non-negative. CREATE TABLE branch ( branch_name CHAR(15) NOT NULL, branch_city CHAR(30), assets INTEGER, PRIMARY KEY (branch_name), CHECK (assets >= 0) ) ; primary key declaration on an attribute automatically ensures NOT NULL in SQL-92 2011-11-17 51 2011-11-17 52 13

Schema evolution The DROP SCHEMA command deletes all information about the database schema from the database. DROP SCHEMA company CASCADE (RESTRICT) ; The DROP TABLE command deletes all information about the dropped relation from the database. DROP TABLE dependent CASCADE (RESTRICT) ; Schema evolution cont The ALTER TABLE command is used to add attributes to an existing relation. All tuples in the relation are assigned NULL as the value for the new attribute. The form of the alter table command is ALTER TABLE r ADD A D where A is the name of the attribute be added to relation r and D is the domain of A. The alter table command can also be used to drop attributes of a relation ALTER TABLE r DROP A where A is the name of an attribute of relation r. 2011-11-17 53 2011-11-17 54 Additional SQL features Granting and revoking privileges for database security and authorization (ch 25) Embedded SQL and language bindings (C, C++, COBOL, Pascal) SQL transaction control commands to provide concurrency control and recovery (ch 20,21, 22) A series of commands for physical database design (storage definition language - SDL) 2011-11-17 55 14