Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Difference between Relational and Non-relational Databases | Section
Relational Database Fundamentals

bookDifference between Relational and Non-relational Databases

Swipe um das Menü anzuzeigen

Overview

Relational database management systems (RDBMS) offer an intuitive user interface, making them accessible even to those with limited experience. They organize data into tables that interrelate.

Non-relational database management systems, on the other hand, provide a specialized interface tailored primarily for developers. They store data in distinctive formats, not in tables. Of these formats, JSON (JavaScript Object Notation) stands out as the most prevalent.

Main Differences

Relational Databases

Non-relational Databases

Store data in tables.

Store data in various formats, like JSON.

For illustration, consider two datasets named "student" with the fields: id, name, surname, and age. Below is how these datasets might be represented in both relational and non-relational database contexts:

Data in non-relational databases often resemble dictionary-like structures, akin to those in Python. Below is an example showcasing this relationship:

Here, we have student data associated with the group BG1. Unlike relational systems, there's no direct linkage present. The non-relational system (or NoSQL DBMS) is responsible for identifying this association.

We'll dive deeper into the intricacies of relational databases as we progress in this course.

1. Which database (DB) model uses tables?

2. Which database management systems (DBMS) uses tables?

3. Which database (DB) model uses different object formats?

4. Which database management systems (DBMS) use different object formats?

question mark

Which database (DB) model uses tables?

Wählen Sie die richtige Antwort aus

question mark

Which database management systems (DBMS) uses tables?

Wählen Sie alle richtigen Antworten aus

question mark

Which database (DB) model uses different object formats?

Wählen Sie die richtige Antwort aus

question mark

Which database management systems (DBMS) use different object formats?

Wählen Sie alle richtigen Antworten aus

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 2

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Abschnitt 1. Kapitel 2
some-alt