Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Indexing

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 280
    Comment on it

    The index is used to search the data in a table.

    The index is basically a data structure that search our data.

    It is applied usually on a column of a table.

    It is usually a B-tree but can also be hash table and other depending upon the need.

    It is usually applied on a primary key column.

    Ex

    If we want to search the detail of a person named Ishan and if we do not apply the index it has to search for Ishan the whole table.

    If we apply indexing then it will just look into the index which will give the index number of the Ishan and then the detail of the corresponding will be displayed.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: