0 votes
in Sql by
What is the file extension used by SQLite databases?

a) .sql

b) .db

c) .txt

d) .data

1 Answer

0 votes
by
Answer: b) .db

Explanation: SQLite databases use the file extension .db. When you create a new database using SQLite, it creates a file with the .db extension on your system.
...