Q. Which database is configured by default in Django settings?
β
Correct Answer: (D)
SQLite
Explanation: SQLite is the default database backend configured in new Django projects.