Explain the differences between rdbms and graph database?
Answer Posted / Archishman
RDBMS (Relational Database Management System) stores data in a structured format using tables, rows, and columns. It is based on the ACID (Atomicity, Consistency, Isolation, Durability) properties and supports SQL for querying. On the other hand, graph databases store interconnected nodes and relationships without a predefined schema. They excel in handling complex data structures and are optimized for traversals.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category