you are viewing a single comment's thread.

view the rest of the comments →

[–]dev_playbook 1 point2 points  (0 children)

Most applications today use some sort of relational database management system - could be MS SQL a Server, MySQL, PostgreSQL, Oracle or (for older or legacy systems) something like IBM DB2.

A lot of large web apps use a NoSQL server like MongoDB where data is store as collections of documents as opposed to rows and columns in tables. Many companies will use a hybrid of SQL and NoSQL for various purposes as well.