Which of the following is true about SQLite data types?
a) SQLite supports several built-in data types, including INTEGER, REAL, TEXT, and BLOB.
b) The data type of a column is specified when the table is created.
c) The data type of a column can be changed using the ALTER TABLE statement.
d) All of the above.