Answer Posted / rajesh
stored procedure is a named pl/sql block which accept some
parameter and performs some action....and its a one time
compilation....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we use the cursor's to create the collection in PL/SQL?
how to rename an existing table in mysql? : Sql dba
How does index help in query performance?
how to convert numeric values to character strings? : Sql dba
What problem one might face while writing log information to a data-base table in pl/sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is primary key secondary key alternate key candidate key?
What is a temporal data type?
Why do we create stored procedures & functions in pl/sql and how are they different?
What are database links used for?
How is data stored in sql?
Can we alter stored procedure?
What is pl sql script?
Why indexing is needed?
Why do we need cursors in pl sql?