SUBSTR with negative start position counts from the string's end. For 'ORACLE BASICS' (13 characters), position -6 is 'B' (6th from end). Starting there and taking 5 characters gives 'BASIC' (positions 8-12). This Oracle function is useful for extracting text from the right side.