Вы находитесь на странице: 1из 4

Oracle 9i SQL Training

Course Description

This course will cover the basics of Oracle 9i SQL SQL Overview Data Types DDL, DML and DCL TCL Basic and Intermediate RDBMS Concepts

Level Prerequisite s

SQL - An Overview
The original version was developed by San Jose Research Labs. SQL is an ANSI (American National Standards Institute) standard for accessing database systems. It has several parts along with Object Relational Features:
Data Definition Language Data Query Language Data Manipulation Language Data Control Language Transaction Control Language Introduction To Database Objects

SQL is a standard interactive and programming language for sending queries to databases and updating a database. The SQL language was developed by IBM in the mid-1970s. In 1979 Oracle Corporation Introduced the first commercially available implementation of SQL.

SQL - An Overview
A Database Management System requires a query language to enable users to access data. Structured Query Language is the language used by most relational database system. A SQL is a non-procedural language

SQL processes sets of records rather than a single record at a time. The most common form of a set of records is a table.
SQL can be used by a range of users including DBAs, application Programmers and many other types of end users

Вам также может понравиться