The MID() function in SQL extracts a substring from a text field, typically with parameters for the starting position and length. While syntax varies by database (SUBSTRING in standard SQL, SUBSTR in Oracle), MID() is the correct answer among the options provided. len() returns length, FORMAT() changes display format, and NOW() returns current timestamp.