What is a partition in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
Is primary key indexed by default in oracle?
How to work with data objects interactively?
Explain about integrity constraint?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
What are advantages fo Stored Procedures?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How to check the oracle tns settings?
Explain the difference between a procedure and a function?
How to view all columns in an existing table?
what are the default admin accounts in Oracle 10g ?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!