INDEXING:Being a developer, one of the most important point that we have to keep in mind is the optimisation. It is desirable that the queries in database returns the result fast as no-one like slow systems.
Why indexing?
Every time your web application runs a query, it wil...
See more