adspace
Answer Posted / Pramod Kumar Yadav
To execute a stored procedure in Oracle, you can use the `EXECUTE` statement. For example, `BEGIN my_stored_procedure(arguments); END;`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
What is your daily office routine?
If a cursor is open, how can we find in a pl/sql block?
define sql insert statement ? : Sql dba
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
Is primary key clustered index?
what is schema? : Sql dba
What is the current version of sql?
what is sql server agent? : Sql dba
what is bcp? When does it used? : Sql dba
what are all the common sql function? : Sql dba
Do we need to rebuild index after truncate?
what are aggregate and scalar functions? : Sql dba
What is the current version of postgresql?