What are the tools for Oracle ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the scenario where you take the database to NoArchivelog mode?
What is a Redo Log ?
Explain parameter file in oracle.
What is an Oracle view?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
Can we protect our pl/sql source code?
In Oracle 9i what does "i" Stands for?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
where we have to use ON clause and where we have to use USING clause in JOINS
sql query to get zero records from a table
How to call a stored function with parameters?
How to pass a parameter to a cursor in oracle?