My Training on Oracle
Date- 21-8-08
First day- Introduction of oracle & we dicuse part of oracle. We read SQL PLUS AND It's part just like command and SQL.
SQL is divied into five part.
1. DDL - Data Definition Language commands include the following:
CREATE, ALTER DROP
2. DML - Data Manipulation Language commands include the following:
UPDATE, DELETE, INSERT
3. DCL - Data Control language commands include the following:
GRANT, REVOKE
4. TCL - Transaction Control Language commands include the following:
COMMIT, ROLLBACK
5. QUEERY -
Second day- Object in oracle---- oracle has kind of object just like.
Table, View, Index, Cluster, Function, Libary, Procedure, Schema..
Table- Servel records of equal length laced one below the other to enable users to continue to store data are called a ' Table' . Table can be vesualized as two dimensional matrix consisting of Rows and Colums.
Syntx- Create table (colum name data type, colum data type.....);
Blogs 















