Sollicitatievraag bij scandiweb

What is MVC and why did you choose SQL Database ?

Antwoord op sollicitatievraag

Anoniem

26 okt 2025

MVC stands for Model–View–Controller, a software design pattern used to organize code in a structured and maintainable way — especially for web and mobile applications.SQL (Structured Query Language) databases — like MySQL, PostgreSQL, or SQL Server — are often chosen because: Structured Data Storage Ideal when data has clear relationships — for example, users, groups, loans, and repayments in a financial system.