Posts

Showing posts from June, 2022

Relational vs Non-Relational database

Image
  Relational vs Non-Relational database You’ve probably come across the term database at some point in your life. Database is a set of data that is stored on a computer. Hospitals use databases to track the treatments they administer; accountancy firms use databases to keep track of accounting records and web applications use databases to keep a list of their users and the content of their platform. So lets start with simple question.. What is a Database? A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a  database management system (DBMS) . Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to just database.  Within each table you can keep a record of the names entered one by one on your website. Each value in the record must match the columns in the table. There are