Data about each museum exhibit is stored as a STRING variable named exhibitRecord in a collections database.
The data string for a specific Roman vase catalogued on 15 November 2024 is shown below:
V5102 9174 2024-NOV-15 EX09

Using 0-based indexing:
State the indexing expression (using the variable name exhibitRecord) for the first character of the registration date (2024-NOV-15).
State the indexing expression (using the variable name exhibitRecord) for the last character of the registration date (2024-NOV-15).
State the total number of characters (length) of the entire registration date substring.