Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
INSERT Column Name « Insert Delete Update « Oracle PL / SQL
Oracle PL / SQL
Insert Delete Update
INSERT Column Name
1.
Using the column list in INSERT command, include a column list after the table name.
2.
The order of values in the VALUES clause matches the order in which the columns are specified in the column list
3.
Specifying a Null Value for a Column
4.
Including Double Quotes in a Column Value
5.
INSERTING DATA CONTAINING APOSTROPHES
6.
SELECT SPECIFIC COLUMNS
7.
Changing column order
8.
Use quotation in insert statement in PL/SQL