Can a Tablespace hold objects from different Schemes ?
Answers were Sorted based on User's Feedback
What is an UTL_FILE.What are different procedures and functions associated with it?
How do I connect to oracle?
What is null value in oracle?
What is BBED in Oracle?
what is the syntax of update command?
How to convert csv to table in oracle?
Explain drop constraint oracle?
Is oracle a programming language?
What is SYSTEM tablespace and When is it Created?
What is an Oracle sequence?
what is the difference between sql& oracle?
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