⟩ Explain what is an Index Segment?
It's an oracle object as other object like table. It stores index key + rowid for that key. So when you scan index it finds respective rowid and fetch data from that rowid. and it's faster
It's an oracle object as other object like table. It stores index key + rowid for that key. So when you scan index it finds respective rowid and fetch data from that rowid. and it's faster
Explain What is Read-Only Transaction?
Explain What is Execution Plan?
Explain What is SAVE POINT?
Explain What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command?
What is RULE-based approach to optimization?
Explain Transaction?
Explain What does COMMIT do?
Explain What is the function of Optimizer?
Explain What are the different approaches used by Optimizer in choosing an execution plan ?
Explain There is a field of type character in the table, but we are storing numeric values like (Roll number) in this field, so if we want to sort the field (in java) according to numbers. How?