Can we write dml statement in function in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is a subquery?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
Are truncate and delete commands same? If so why?
How to rebuild an index in oracle?
Which is faster join or subquery in oracle?
What is bulk collect in oracle?
What is literal?
who is the father of oracle and send chodd rules
What is a server parameter file in oracle?
Explain can a view based on another view?
26. Display the earliest shipping date in the format: DD/MON/YYYY
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.