(,......);
Not
‘The character ';’ is the terminator for SQL statement.
Example:
Sql>Create Table Emp_det
(_ Empno Number(4), Ename Varchar2(15), Job Varchar(15), Mgr
Number(4),
Hiredate Timestamp, Sal Number(6,2), Comm Number(6,2}, Ephoto
BLOB,
Deptno Number(2) );
Sql>Create Table Student_Det
(StudNo Number(4), Frame Varchar2(15), Lname Varchar2(15), DOB
Date,
DO) Date, Fees Number(6,2),Gender Char );
Naresh j Technologies, Opp. Satyam Theatre, Ameerpet, Hyderabad, Ph: 2374666: 969994008 - 12+Oracte 11g Material
Inserting Data in Tabi
* Arow is inserted into a table by.using INSERT command.
* Rows can insert into a
Table
Views Base Table.
A partition of a Table.
A Sub Partition of a Composite Partition Table.
An Object Table.
‘An Object View’s Base Table.
coooe
Inserting of data into a table can be executed in two ways.
«Conventional INSERT.
« Direct-Path INSERT.
In conventional Insert statement, Oracle reuses free space in the table into which
the data in being Insert and. Maintains Referential Integrity Constraints,
In Direct-Path insert, Oracle append the insert data after existing data in the
Table, the free space is not reused.
Syntai
SqI>INSERT INTO