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 |
how many columns can a plsql table have
Explain what are synonyms used for?
What is backup in Oracle?
if you update view? where we store the data?
How many types of synonyms in Oracle?
what is the difference between no rows returned and null returned?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
Which is better Oracle or MS SQL? Why?
17. Display the order number and average item cost for each order.
Explain the different normalization forms?
How to delete a column in an existing table in oracle?
what is insert all statement in sql