Q. Which database is used by default in Django if no other is specified?
β
Correct Answer: (C)
SQLite
Explanation: Django uses SQLite as the default database engine.