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

bookDifference between Relational and Non-relational Databases

メニューを表示するにはスワイプしてください

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?

正しい答えを選んでください

question mark

Which database management systems (DBMS) uses tables?

すべての正しい答えを選択

question mark

Which database (DB) model uses different object formats?

正しい答えを選んでください

question mark

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

すべての正しい答えを選択

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  2

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  2
some-alt