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
Accept « SQL Plus « Oracle PL / SQL
Oracle PL / SQL
SQL Plus
Accept
1.
ACCEPT variable value from user input
2.
Use accept to get user input value and use them in a select statement
3.
ACCEPT command creates a variable of datatype CHAR by default
4.
Using the ACCEPT command
5.
Read user input and use if to determine which table to print
6.
Accept input and pass into a query
7.
Read value from prompt and output with pl/sql