Q. Which database is used by default in a new Django project?
β
Correct Answer: (C)
SQLite
Explanation: Django uses SQLite as the default database for new projects.