BASIC SQL
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 in SQL Set Operations in SQL
2
BASIC SQL
Structured Query Language
Considered one of the major reasons for the commercial success of relational databases
Statements for data definitions, queries, and updates ? Both DDL and DML ? Core specification plus specialized extensions
Terminology:
Relational Model relation
SQL table
tuple attribute
row column
Syntax notes: ? Some interfaces require each statement to end with a semicolon. ? SQL is not case-sensitive.
3
SQL DATA DEFINITION
CREATE statement ? Main SQL command for data definition
SQL schema ? Identified by a schema name ? Includes an authorization identifier (owner) ? Components are descriptors for each schema element
? Tables, constraints, views, domains, and other constructs
CREATE SCHEMA statement ? CREATE SCHEMA COMPANY AUTHORIZATION `Jsmith';
4
CREATE TABLE COMMAND
Specify a new relation ? Provide name ? Specify attributes and initial constraints ? Base tables (base relations)
? Relation and its tuples are physically stored and managed by DBMS
Can optionally specify schema: ? CREATE TABLE COMPANY.EMPLOYEE ... or ? CREATE TABLE EMPLOYEE ...
Include information for each column (attribute) plus constraints ? Column name ? Column type (domain) ? Key, uniqueness, and null constraints
5
................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related download
- writing basic sql statements
- 242 31 sql set operators so handy venn you need them
- sql query cheat sheet
- proc sql for data step die hards
- chapter 8 advanced sql
- using sql queries in crystal reports
- sql commands intellipaat
- worksheet 1 sql
- using proc sql to generate shift tables more efficiently
- cse 480 databasesystems sql structured query language
Related searches
- sql server data classification
- sql sensitivity classification
- azure sql data classification
- sql server data classification tool
- azure sql database
- sql connection string sql user
- azure sql vs azure sql database
- azure sql vs sql databases
- azure sql managed instance vs sql db
- basic sql syntax
- sql server sql syntax
- basic sql query