Index

Index

by Ben Soderberg -
Number of replies: 0
The word indexing in computer science describes how data withing databases are structured. There are different ways to index ones data and each way has its advantages and disadvantages. One benefit of indexing could be faster search times within a database. The CREATE INDEX function in SQL will allow for the creation of an index in an SQL database. You can learn more about indexing by googling it.