Results 1 to 3 of 3

Thread: Table Indexes

  1. #1
    MyersGray is offline Senior Member
    Join Date
    Dec 2009
    Posts
    197
    Rep Power
    3

    Default Table Indexes

    I am learning SQL. I am aware about the types of indexes in SQL. I do not have any idea about the indexers types. I have referred a lot of SQL book to know about the indexes types. But I did not get appropriate detail. Any help would be appreciated.
    Last edited by MyersGray; 02-06-2010 at 04:05 PM.

  2. #2
    SullivanWalker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    189
    Rep Power
    3

    Default

    Following are the potential types of indexes:

    1. Spatial

    2. Index with included columns

    3. Nonclustered

    4. Indexed views

    5. Clustered

    6. Filtered

    7. Full-text
    Last edited by nitesh14; 02-06-2010 at 03:16 PM.

  3. #3
    OrtizCooper is offline Banned
    Join Date
    Dec 2009
    Posts
    186
    Rep Power
    0

    Default

    The indexes of SQL are separated into Clustered and Non-Clustered indexes. If you want to get back from the clustered index then you require following:

    • Single read for intermediate level

    • Single read for index root level.

    • Single read for data page.
    Last edited by nitesh14; 02-06-2010 at 03:16 PM.

Similar Threads

  1. Difference among delete table & prune table
    By MorganCooper in forum Programming
    Replies: 1
    Last Post: 02-10-2010, 04:22 PM
  2. Table in sql server
    By PetersonClark in forum Programming
    Replies: 1
    Last Post: 02-03-2010, 05:47 PM
  3. (C) + + Table Structure
    By willi in forum Programming
    Replies: 4
    Last Post: 11-16-2009, 11:57 AM
  4. Working with your table
    By rence54 in forum Technologies
    Replies: 0
    Last Post: 05-22-2008, 12:52 PM
  5. Partition Table
    By techno23 in forum Hard Disk
    Replies: 0
    Last Post: 03-21-2008, 10:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48