How to export data to a csv file?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the implicit cursor in oracle?
What is Index and different types of Indexes?
What are the arithmetic operations?
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.
Explain the difference between sql and oracle?
What is the difference between "as" and "is" in an oracle stored procedure?
How to list all user accounts in oracle?
What the is the diff between local index and global index. give some example.
What is control file used for?
Can objects of the same Schema reside in different tablespaces.?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.