How should I delete the leaf node if the key in leaf node is also in some internal nodes?
changliu
Didn't understand problem with duplicates in tree and how appending record_id solves it.
Moreover, when I want to delete on 6, how I (DB systems) know what is record_id? I thought point of index is giving you record_id as a value so DB system can fetch tuple using record_id. When we use record_id as a part of a key what is the point of index then?