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 |
What are the ways tablespaces can be managed and how do they differ?
how to insert the image in table
how to find count rows in table without count function?
How to use null as conditions in oracle?
What is bind variable in oracle 11g?
How to create a new user account in oracle?
Can group functions be used in the order by clause in oracle?
How to delete multiple rows from a table in oracle?
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables
what is the syntax of SELECT command?
what are pseudocolumns?
What happens to indexes if you drop a table?