can we call a procedure from a function?
Answer Posted / yaswanth
Procedures cannot be called from functions where functions can be called from procedures.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is difference between group by and partition by?
Is nosql relational?
What is range partitioning?
what is a primary key? : Sql dba
What are data types in pl sql?
What are the different types of dbmss?
what are aggregate and scalar functions? : Sql dba
How do I run a pl sql procedure in sql developer?
How do you declare a variable in pl sql?
what is normalization? : Sql dba
What is sqlerrm?
Why do we use function in pl sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is dense_rank?
Can we use ddl statements in stored procedure sql server?