What is the best way to do multi-row insert in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Why do you create or replace procedures rather that drop and recreate.
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
what are the diffeenes between oracle 9i,oracle 10g
What are the composite date types in oracle?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
How to sort output in descending order in oracle?
Explain how are indexes update?
Where are the settings stored for each instance in oracle?
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
What do you mean by cdb and pdb in oracle 12c?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is a Private Synonyms ?