Answer: d) All of the above.
Explanation: A collation determines how strings are compared and sorted, and SQLite has several built-in collations, including BINARY, NOCASE, and RTRIM. A custom collation can be created using the CREATE COLLATION statement.