What is a function in oracle pl sql?
No Answer is Posted For this Question
Be the First to Post Answer
How do you declare a constant?
Can there be more than one function with a similar name in a pl/sql block?
Why use stored procedures?
please explain database architecture..
What is the unique index?
what is msql? : Sql dba
Mention what does the hierarchical profiler does?
What is trigger and how to use it in sql?
what are the performance and scalability characteristics of mysql? : Sql dba
What are the parts of a sql statement?
how to find the First and Last Observation from the table: Ex: OBS Name Sal Ans like: OBS Name Sal 105 E 5000--> 105 E 5000 102 B 2000 104 D 4000 103 C 3000 101 A 1000--> 104 D 4000
I need to write a simple query,which one is better select statement or stored procedure?and why?