Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 SQL: Data Definition, Constraints, and Basic Queries and Updates.

Slides:



Advertisements
Similar presentations
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification.
Advertisements

OUTLINE OF THE LECTURE PART I GOAL: Understand the Data Definition Statements in Fig 4.1 Step1: Columns of the Tables and Data types. Step2: Single column.
Overview Begin 6:00 Quiz15 mins6:15 Review Table Terms25 mins6:40 Short Break10 mins6:50 SQL: Creating Tables60 mins7:50 Break10 mins8:00 Lab – Creating.
Database Design -- Basic SQL
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 5 More SQL: Complex Queries, Triggers, Views, and Schema Modification.
CMPT 354, Simon Fraser University, Fall 2008, Martin Ester 28 Database Systems I The Relational Data Model.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 13 Introduction to SQL Programming Techniques.
SQL Sangeeta Devadiga CS157A, Fall Outline Background Data Definition Basic Structure Set Operation.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3 The Basic (Flat) Relational Model.
Introduction to Structured Query Language (SQL)
CS 104 Introduction to Computer Science and Graphics Problems Introduction to Database (2) Basic SQL 12/05/2008 Yang Song.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 The Relational Algebra and Relational Calculus.
Database Systems More SQL Database Design -- More SQL1.
Introduction to Structured Query Language (SQL)
Chapter 3: SQL Data Definition Language Data Definition Language Basic Structure of SQL Basic Structure of SQL Set Operations Set Operations Aggregate.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Basic SQL.
CSE314 Database Systems Lecture 4 Basic SQL Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson Ed Slide Set.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 7 INTRODUCTION TO STRUCTURED QUERY LANGUAGE (SQL) Instructor Ms. Arwa.
BASIC SQL CHAPTER 4 (6/E) CHAPTER 8 (5/E) 1. LECTURE OUTLINE  SQL Data Definition and Data Types  Specifying Constraints in SQL  Basic Retrieval Queries.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 8 SQL-99: Schema Definition, Constraints, and Queries and Views.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3 The Relational Data Model and Relational Database Constraints.
CSE314 Database Systems More SQL: Complex Queries, Triggers, Views, and Schema Modification Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson.
Chapter 8 Part 1 SQL-99 Schema Definition, Constraints, Queries, and Views.
Ms. Hatoon Al-Sagri CCIS – IS Department SQL-99 :Schema Definition, Constraints, Queries, and Views 1.
Chapter 7 SQL HUANG XUEHUA. SQL SQL server2005 introduction Install components  management studio.
SQL SQL Server : Overview SQL : Overview Types of SQL Database : Creation Tables : Creation & Manipulation Data : Creation & Manipulation Data : Retrieving.
BIS Database Systems School of Management, Business Information Systems, Assumption University A.Thanop Somprasong Chapter # 7 Introduction to Structured.
Chapter 8: SQL. Data Definition Modification of the Database Basic Query Structure Aggregate Functions.
Database Systems Design, Implementation, and Management Coronel | Morris 11e ©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or.
SQL Fundamentals  SQL: Structured Query Language is a simple and powerful language used to create, access, and manipulate data and structure in the database.
SQL Basics. What is SQL? SQL stands for Structured Query Language. SQL lets you access and manipulate databases.
Advanced Database CS-426 Week 1 - Introduction. Database Management System DBMS contains information about a particular enterprise Collection of interrelated.
IS 230Lecture 6Slide 1 Lecture 7 Advanced SQL Introduction to Database Systems IS 230 This is the instructor’s notes and student has to read the textbook.
Chapter 8 Part 2 SQL-99 Schema Definition, Constraints, Queries, and Views.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 6 Part a The Relational Algebra and Relational Calculus Hours 1,2.
CS 338The Relational Model2-1 The Relational Model Lecture Topics Overview of SQL Underlying relational model Relational database structure SQL DDL and.
CSE314 Database Systems Lecture 3 The Relational Data Model and Relational Database Constraints Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson.
CMPT 258 Database Systems The Relationship Model (Chapter 3)
DATA AND SCHEMA MODIFICATIONS CHAPTERS 4,5 (6/E) CHAPTER 8 (5/E) 1.
Chapter 5 : Integrity And Security  Domain Constraints  Referential Integrity  Security  Triggers  Authorization  Authorization in SQL  Views 
Week 8-9 SQL-1. SQL Components: DDL, DCL, & DML SQL is a very large and powerful language, but every type of SQL statement falls within one of three main.
©Silberschatz, Korth and Sudarshan1 Structured Query Language (SQL) Data Definition Language Domains Integrity Constraints.
1 CS 430 Database Theory Winter 2005 Lecture 10: Introduction to SQL.
1 Database Systems Basic SQL. 2Outline  SQL Data Definition and Data Types  Specifying Constraints in SQL  Basic Retrieval Queries in SQL  INSERT,
Copyright © 2016 Ramez Elmasri and Shamkant B. Navathe CHAPTER 6 Basic SQL Slide 6- 1.
7 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel 7.6 Advanced Select Queries SQL provides useful functions that.
Constraints and Views Chap. 3-5 continued (7 th ed. 5-7)
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Basic SQL تنبيه : شرائح العرض (Slides) هي وسيلة لتوضيح الدرس واداة.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Basic SQL تنبيه : شرائح العرض (Slides) هي وسيلة لتوضيح الدرس واداة.
CENG 351 File Structures and Data Management1 Relational Model Chapter 3.
Big Data Yuan Xue CS 292 Special topics on.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3 The Relational Data Model and Relational Database Constraints تنبيه.
More SQL: Complex Queries, Triggers, Views, and Schema Modification
Fundamentals of DBMS Notes-1.
Chapter 10 SQL DDL.
More SQL: Complex Queries,
CHAPTER 6 Basic SQL. CHAPTER 6 Basic SQL Chapter 6 Outline SQL Data Definition and Data Types Specifying Constraints in SQL Basic Retrieval Queries.
SQL: SchemaDefinition, Constraints, and Queries and Views
Chapter 4 Basic SQL.
Database Systems Basic SQL
More SQL: Complex Queries, Triggers, Views, and Schema Modification
SQL-1 Week 8-9.
Session - 6 Sequence - 1 SQL: The Structured Query Language:
ISC321 Database Systems I Chapter 4: SQL: Data definition, Constraints, and Basic Queries and Updates Fall 2015 Dr. Abdullah Almutairi.
Session - 6 Sequence - 1 SQL: The Structured Query Language:
Presentation transcript:

Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 SQL: Data Definition, Constraints, and Basic Queries and Updates

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Chapter 4 Outline  SQL Data Definition and Data Types  Specifying Constraints in SQL  Basic Retrieval Queries in SQL  INSERT, DELETE, and UPDATE Statements in SQL  Additional Features of SQL

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Basic SQL  SQL language  Considered one of the major reasons for the commercial success of relational databases  SQL  Structured Query Language  Statements for data definitions, queries, and updates (both DDL and DML)  Core specification  Plus specialized extensions

Copyright © 2011 Ramez Elmasri and Shamkant Navathe SQL Data Definition and Data Types  Terminology:  Table, row, and column used for relational model terms relation, tuple, and attribute  CREATE statement  Main SQL command for data definition

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Schema and Catalog Concepts in SQL  SQL schema  Identified by a schema name  Includes an authorization identifier and descriptors for each element  Schema elements include  Tables, constraints, views, domains, and other constructs  Each statement in SQL ends with a semicolon

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Schema and Catalog Concepts in SQL (cont’d.)  CREATE SCHEMA statement  CREATE SCHEMA COMPANY AUTHORIZATION ‘Jsmith’;  Catalog  Named collection of schemas in an SQL environment  SQL environment  Installation of an SQL-compliant RDBMS on a computer system

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The CREATE TABLE Command in SQL  Specify a new relation  Provide name  Specify attributes and initial constraints  Can optionally specify schema:  CREATE TABLE COMPANY.EMPLOYEE... or  CREATE TABLE EMPLOYEE...

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The CREATE TABLE Command in SQL (cont’d.)  Base tables (base relations)  Relation and its tuples are actually created and stored as a file by the DBMS  Virtual relations  Created through the CREATE VIEW statement

Copyright © 2011 Ramez Elmasri and Shamkant Navathe

The CREATE TABLE Command in SQL (cont’d.)  Some foreign keys may cause errors  Specified either via: Circular references Or because they refer to a table that has not yet been created

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Attribute Data Types and Domains in SQL  Basic data types  Numeric data types Integer numbers: INTEGER, INT, and SMALLINT Floating-point (real) numbers: FLOAT or REAL, and DOUBLE PRECISION  Character-string data types Fixed length: CHAR(n), CHARACTER(n) Varying length : VARCHAR(n), CHAR VARYING(n), CHARACTER VARYING(n)

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Attribute Data Types and Domains in SQL (cont’d.)  Bit-string data types Fixed length: BIT(n) Varying length: BIT VARYING(n)  Boolean data type Values of TRUE or FALSE or NULL  DATE data type Ten positions Components are YEAR, MONTH, and DAY in the form YYYY-MM-DD

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Attribute Data Types and Domains in SQL (cont’d.)  Additional data types  Timestamp data type ( TIMESTAMP ) Includes the DATE and TIME fields Plus a minimum of six positions for decimal fractions of seconds Optional WITH TIME ZONE qualifier  INTERVAL data type Specifies a relative value that can be used to increment or decrement an absolute value of a date, time, or timestamp

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Attribute Data Types and Domains in SQL (cont’d.)  Domain  Name used with the attribute specification  Makes it easier to change the data type for a domain that is used by numerous attributes  Improves schema readability  Example: CREATE DOMAIN SSN_TYPE AS CHAR(9);

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Specifying Constraints in SQL  Basic constraints:  Key and referential integrity constraints  Restrictions on attribute domains and NULLs  Constraints on individual tuples within a relation

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Specifying Attribute Constraints and Attribute Defaults  NOT NULL  NULL is not permitted for a particular attribute  Default value  DEFAULT  CHECK clause  Dnumber INT NOT NULL CHECK (Dnumber > 0 AND Dnumber < 21);

Copyright © 2011 Ramez Elmasri and Shamkant Navathe

Specifying Key and Referential Integrity Constraints  PRIMARY KEY clause  Specifies one or more attributes that make up the primary key of a relation  Dnumber INT PRIMARY KEY;  UNIQUE clause  Specifies alternate (secondary) keys  Dname VARCHAR(15) UNIQUE;

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Specifying Key and Referential Integrity Constraints (cont’d.)  FOREIGN KEY clause  Default operation: reject update on violation  Attach referential triggered action clause Options include SET NULL, CASCADE, and SET DEFAULT Action taken by the DBMS for SET NULL or SET DEFAULT is the same for both ON DELETE and ON UPDATE CASCADE option suitable for “relationship” relations

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Giving Names to Constraints  Keyword CONSTRAINT  Name a constraint  Useful for later altering

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Specifying Constraints on Tuples Using CHECK  CHECK clauses at the end of a CREATE TABLE statement  Apply to each tuple individually  CHECK (Dept_create_date <= Mgr_start_date);

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Basic Retrieval Queries in SQL  SELECT statement  One basic statement for retrieving information from a database  SQL allows a table to have two or more tuples that are identical in all their attribute values  Unlike relational model  Multiset or bag behavior

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The SELECT-FROM-WHERE Structure of Basic SQL Queries  Basic form of the SELECT statement: SELECT FROM WHERE ; where ■ is a list of attribute names whose values are to be retrieved by the query. ■ is a list of the relation names required to process the query. ■ is a conditional (Boolean) expression that identifies the tuples to be retrieved by the query.

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The SELECT-FROM-WHERE Structure of Basic SQL Queries (cont’d.)  Logical comparison operators  =,, >=, and <>  Projection attributes  Attributes whose values are to be retrieved  Selection condition  Boolean condition that must be true for any retrieved tuple

Copyright © 2011 Ramez Elmasri and Shamkant Navathe

Ambiguous Attribute Names  Same name can be used for two (or more) attributes  As long as the attributes are in different relations  Must qualify the attribute name with the relation name to prevent ambiguity

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Aliasing, Renaming, and Tuple Variables  Aliases or tuple variables  Declare alternative relation names E and S  EMPLOYEE AS E(Fn, Mi, Ln, Ssn, Bd, Addr, Sex, Sal, Sssn, Dno)

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Unspecified WHERE Clause and Use of the Asterisk  Missing WHERE clause  Indicates no condition on tuple selection  CROSS PRODUCT  All possible tuple combinations

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Unspecified WHERE Clause and Use of the Asterisk (cont’d.)  Specify an asterisk (*)  Retrieve all the attribute values of the selected tuples

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Tables as Sets in SQL  SQL does not automatically eliminate duplicate tuples in query results  Use the keyword DISTINCT in the SELECT clause  Only distinct tuples should remain in the result

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Tables as Sets in SQL (cont’d.)  Set operations  UNION, EXCEPT (difference), INTERSECT  Corresponding multiset operations: UNION ALL, EXCEPT ALL, INTERSECT ALL )

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Substring Pattern Matching and Arithmetic Operators  LIKE comparison operator  Used for string pattern matching  % replaces an arbitrary number of zero or more characters  underscore (_) replaces a single character  Standard arithmetic operators:  Addition (+), subtraction (–), multiplication (*), and division (/)  BETWEEN comparison operator

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Ordering of Query Results  Use ORDER BY clause  Keyword DESC to see result in a descending order of values  Keyword ASC to specify ascending order explicitly  ORDER BY D.Dname DESC, E.Lname ASC, E.Fname ASC

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Discussion and Summary of Basic SQL Retrieval Queries

Copyright © 2011 Ramez Elmasri and Shamkant Navathe INSERT, DELETE, and UPDATE Statements in SQL  Three commands used to modify the database:  INSERT, DELETE, and UPDATE

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The INSERT Command  Specify the relation name and a list of values for the tuple

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The DELETE Command  Removes tuples from a relation  Includes a WHERE clause to select the tuples to be deleted

Copyright © 2011 Ramez Elmasri and Shamkant Navathe The UPDATE Command  Modify attribute values of one or more selected tuples  Additional SET clause in the UPDATE command  Specifies attributes to be modified and new values

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Additional Features of SQL  Techniques for specifying complex retrieval queries  Writing programs in various programming languages that include SQL statements  Set of commands for specifying physical database design parameters, file structures for relations, and access paths  Transaction control commands

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Additional Features of SQL (cont’d.)  Specifying the granting and revoking of privileges to users  Constructs for creating triggers  Enhanced relational systems known as object-relational  New technologies such as XML and OLAP

Copyright © 2011 Ramez Elmasri and Shamkant Navathe Summary  SQL  Comprehensive language  Data definition, queries, updates, constraint specification, and view definition  Covered in Chapter 4:  Data definition commands for creating tables  Commands for constraint specification  Simple retrieval queries  Database update commands