0 votes
in Sql by
Which of the following statements is true about SQLite encryption?

a) SQLite supports encryption using the SQLite Encryption Extension (SEE).

b) The SEE extension is included with every copy of SQLite.

c) Encryption can be used to protect sensitive data stored in an SQLite database.

d) All of the above

1 Answer

0 votes
by

Answer: a) SQLite supports encryption using the SQLite Encryption Extension (SEE).

Explanation: SQLite supports encryption using the SQLite Encryption Extension (SEE), which is not included with every copy of SQLite. Encryption can be used to protect sensitive data stored in an SQLite database.

...