When can Hash Cluster used ?
Answer / orawhiz
Hash clusters are better choice when a table is often
queried with equality queries. For such queries the
specified cluster key value is hashed. The resulting hash
key value points directly to the area on disk that stores
the specified rows
| Is This Answer Correct ? | 1 Yes | 0 No |
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How to pass parameters to procedures?
Explain about functional dependency and its relation with table design?
what is normalisation?what are its uses?
Explain what are the different type of segments?
What's dateware house and what's clustor with practicle example
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
How to update values in a table in oracle?
After update how do u know how many records got updated
How to select the name of employee who is getting maximum sal with out using subquery
What is an oracle function?