English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hello i am bca student,pls explain me hashing in dbms,1stly wot hashing means
wot is internal hashing
wot is external hasing

2006-12-02 17:59:44 · 2 answers · asked by chetan87_k_p 1 in Computers & Internet Programming & Design

2 answers

Hashing: The conversion of a column's primary key value to a database page number on which the row will be stored. Retrieval operations that specify the key column value use the same hashing algorithm and can locate the row directly. Hashing provides fast retrieval for data that contains a unique key value.

You can find what you need to start by going to http://euler.vcsu.edu:7000/11577/

HTH

2006-12-02 18:12:54 · answer #1 · answered by AMTV 3 · 0 0

Hashing is a process by which one can convert a string into an equivalent number. first of all it is not a dbms concept it is a Datastructures concept. What hashin does is, it converts a string into an equivalent number using an algorithm. and the reverse can also be done. for eg, if u specify mod 10,all no will be from 0 to 9. and storae is done according to it. thus it will be convinient for storing data.

2006-12-04 14:30:26 · answer #2 · answered by jonam 2 · 0 0

fedest.com, questions and answers