+1 vote
in DBMS by
Differentiate between a Navigational Database and a Relational Database.

1 Answer

0 votes
by

A navigational database is structured like a tree. A value has a parent and a child, and that is how they link to each other. If you want to access data, you have to follow a particular route as you move from parent to child. On the other hand, a relational database is more flexible and uses a primary key, which is a unique identifier to access data.

...