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 « Stored Procedure Function « Oracle PL / SQL
Oracle PL / SQL
Stored Procedure Function
Insert
1.
Insert data into a table in a stored procedure
2.
Use two insert statements in a procedure
3.
Roll back data inserted in a procedure
4.
Use stored procedure to insert value to a table and use select statement to check the result
5.
Use a stored procedure to insert data to a table
6.
Adjust salary with pl/sql
7.
This procedure will insert a new book into the book table.