Top 6 Databases trending recently (as per stackoverflow developer report) and what each of them are used for?
MySQL , PostgreSQL are the top 2 open source SQL databases used by most tech companies and great for interview preparation. They are mainly relational databases. To compare the syntax you can refer to (https://t.co/LRhrMBT2yo)
SQLite: Is a light weight database that is embedded into most mobile applications. If you are an Android/IOS developer definitely take a look at it.
MongoDB: Is widely using NoSQL database. Its a cross-platform document-oriented database program.
Microsoft SQL Server: Its a microsoft version of SQL implementation for relational databases. Great for Azure or .Net applications.
Redis: This is a must learn open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. Great for caching .
PS: For top interview questions: https://tipseason.com/coding-interviews.html
What DB do you use for devleopment ?
Top comments (0)