describe hashing in dbmshashing hashing is a


Describe Hashing in DBMS?

Hashing: Hashing is a technique to store data within an array so which storing, searching, inserting and deleting data is fast (in theory it's O(1)). For this every record requires an unique key.

The primary idea is not to find for the correct position of a record along with comparisons but to compute the position inside the array. The function which returns the position is known the 'hash function' and the array is called a 'hash table'.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: describe hashing in dbmshashing hashing is a
Reference No:- TGS0282776

Expected delivery within 24 Hours