Q. Which database is set as default in a new Django project?
β
Correct Answer: (C)
SQLite
Explanation: By default, Django uses SQLite as the database engine.