What is the default database connection used by Laravel?
a) PostgreSQL
b) MongoDB
c) SQLite
d) MySQL
Answer:
d) MySQL
Explanation:
Laravel uses MySQL as its default database connection, but it can also support other databases like PostgreSQL, SQLite, and SQL Server.