Sobes.tech
Junior — Middle

What database management systems have you used besides PostgreSQL?

sobes.tech AI

Answer from AI

In addition to PostgreSQL, I have used the following DBMS in my practice:

  • Microsoft SQL Server — for enterprise applications in C# using Entity Framework.
  • SQLite — for local data storage in mobile applications and small desktop projects.
  • MongoDB — for projects requiring flexible data schemas and high scalability.

For example, in one C# project, I used Entity Framework with SQL Server for data management and database migrations.