Download MidRange Concepts - Fox Valley Technical College

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Versant Object Database wikipedia , lookup

Tandem Computers wikipedia , lookup

Microsoft Access wikipedia , lookup

Data analysis wikipedia , lookup

Data model wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Information privacy law wikipedia , lookup

SAP IQ wikipedia , lookup

Database wikipedia , lookup

Data vault modeling wikipedia , lookup

Open data in the United Kingdom wikipedia , lookup

Business intelligence wikipedia , lookup

Clusterpoint wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Database model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Relational model wikipedia , lookup

SQL wikipedia , lookup

PL/SQL wikipedia , lookup

Transcript
MidRange Concepts
Structured Query Language
SQL
SQL
Comprehensive language for
controlling and interacting with
a database management system.
• Developed by IBM in late 70’s
• Standard language of Relational databases
SQL Functions
 Data Definition
 Data Retrieval
 Data Manipulation
 Access Control
 Data Sharing
 Data Integrity
Features & Benefits
 Vendor Independence
 Portable across computer systems
 IBM endorsement
 English like structure to statements
 Interactive “ad-hoc” queries
 Complete Database language
 Dynamic Data Definition
SQL Statement
 Nonpositional Language
 Command Driven
 Commands are entered at command line
Basic Inquiry SQL Commands
 Select: List column or field names
 From: Name of file
 Where: (optional) Conditions on record
selection
 Order by: (optional) Specify sort order
 Group by: (optional) Break option
SQL
 STRSQL: Will provide you with a command
line screen that you can enter an SQL
statement.
 F4: Will prompt you for information