What is cluster Key ?
Answers were Sorted based on User's Feedback
Answer / nishi
The related columns of the tables in a cluster is called the Cluster Key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / riddhi
The common column through which two or table group together in cluster is cluster key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / orawhiz
The related columns of the tables in a cluster is called the
Cluster Key.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a database schema in oracle?
what is the exact definition for pointer?
What is Redo Log Buffer 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 use of composite key constraint?
Give syntax for SQL and ORACLE joins.
Describe varray?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What are privileges and grants?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
Explain the types of exception?
What are ACID properties in databases?