Dear All,
In "VenInvoiceTrans" table ItemIdIdx index is there.
ItemIdIdx combined Itemid and Invoicedate.
If i use index "ItemIdIdx" with select statement then it's search the records win Table "VendInvoiceTrans" with combination (ItemId + InvoiceDate) from database ?
Is't correct?
Because i noticed after use indexing fetching records from table much faster then before.
My question is how indexing perform in database level ?
Please give me more shed on this.
Thanks!
Arpan
*This post is locked for comments
I have the same question (0)