How to create a stored program unit?
No Answer is Posted For this Question
Be the First to Post Answer
What is index-organized table in Oracle?
How to name query output columns in oracle?
What would you do with an in-doubt distributed transaction?
What are the arithmetic operations?
Briefly explain what is literal? Give an example where it can be used?
can any one help me with import/export options in oracle............
What is oracle latest version?
How many file formats are supported to export data?
Explain the importance of .pll extension in oracle?
What are the Limitations of a CHECK Constraint ?
can a view be updated?
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