Objective Theory: Stored Procedures
Objective Theory: Stored Procedures
LAB # 10
STORED PROCEDURES
DBMS_NAME, DBMS_VER,
SYS_SPROC_VERSION,
ACCESSIBLE_TABLES etc
current environment.
current environment.
specified.
Users can create their customized stored procedures using the CREATE
PROCEDURE statement which are stored in the current database.
EXECUTE EMP_20
AS
T-SQL Statement(s)
Now you can execute this stored procedure while passing the argument as of the
data type of the parameter as shown below:
execute edetail 20
RDBMS
LAB TASK
CODE: