How to get the procedure's, function's name from a package
if it is wrapped(both spec & body).
Answers were Sorted based on User's Feedback
Answer / kart
for function
select package.funtname(parameter) from dual/table;
for procedure
exec packagename.procedurename(parameter);
u cant call the trigger
| Is This Answer Correct ? | 2 Yes | 1 No |
What is materialised View?
Which are the different character-manipulation functions in sql?
what is the syntax used for partition in tsql? : Transact sql
How do you update a sql procedure?
How to display the contents of a current record fetched in a reference cursor?
Can we use two order by clause in query?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Table Student has 3 columns,Student_id,Student_Name & Course_Id. Table Course has 2 columns, Course_Id & Course_Name.Write a query to listdown all the Courses and number of student in each course.
what are aggregate and scalar functions? : Sql dba
what is the use of friend function? : Sql dba
wht is the difference between truncat,drop in sqlserver wht is the difference between function and stored procedure
what is constraining table?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)