When do you get a .pll extension in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is clustered table in Oracle?
What happens in oracle commit?
select * from emp what happened internally when we write this query in the sql prompt?
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
Explain temporal data types in oracle
how to retrieve daily sal from emp table in oracle 10g
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What happens to the current transaction if the session is killed?
What would you do if a database crashes in production?
Explain an exception?
what is main def between plsql/table and array?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?