All about SQL (Structured Query Language) Common Interview Questions & Answers.
This covers general queries about Microsoft SQL Server, Oracle, Access, MySQL databases.
Thursday, November 5, 2009
What is an Index?
When queries are run against a db, an index on that db basically helps in the way the data is sorted to process the query for faster and data retrievals are much faster when we have an index.
No comments:
Post a Comment