Well explained...I was asked this question recently in an interview...
@deepusasidharan20123 жыл бұрын
Pretty good
@gaurichaudhari93104 жыл бұрын
Very well explained with example. Thank you so much for making this video.
@ankursrivastava41643 жыл бұрын
Hello Sir, Any reason behind that we keep the column in same order as it defined in composite index ?
@trickyinterviewquestions2 жыл бұрын
Column sequence in table can be in any sequence. Only thing is select query where clause and composite index columns should match
@chaochen27584 жыл бұрын
Good explanation! Could you help me? How to drop a composite index in oracle?
@trickyinterviewquestions3 жыл бұрын
Same process which you follow to drop any index.
@priyankasarkar66004 жыл бұрын
Nice one.. Thank you sir! I have one question- if you have 1million distinct records in a table, then for performance tuning which index is good? btree index?
@trickyinterviewquestions3 жыл бұрын
Yes. when we store employee ids or any other ids... we create bteee index.... because those ids are mostly distinct... hence btree should be created.