What is the relation of a user account and a schema in oracle?
Answer / Ankit Kumar Gahlaut
"A user account and a schema are closely related in Oracle. A schema is a collection of database objects owned by a user. When you create a new user, a new schema with the same name as the user is also created."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a new view in oracle?
How much memory your 10g xe server is using?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Explain the difference between sap and oracle?
What is an oracle and why it is used?
What is bulk load in 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
What is the difference between truncate & delete command?
What is the quickest way to fetch the data from a table?
What is blob datatype?
how will I find the first 5 highest salaried employees in each dept in oracle.
What do you mean by a deadlock?