Which sql statement gives a faster output means performance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which sql statement gives a faster output means performance

like index, parallel etc.

9th Apr 2017, 2:54 AM
Abhimanyu Khirolkar
Abhimanyu Khirolkar - avatar
1 Answer
+ 1
by unique index. but for oracle it will be select by ROWID.
9th Apr 2017, 7:30 AM
xec