Book Image

Learning Neo4j

By : Rik Van Bruggen
Book Image

Learning Neo4j

By: Rik Van Bruggen

Overview of this book

Table of Contents (18 chapters)
Learning Neo4j
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Where to Find More Information Related to Neo4j
Index

Test questions


Q1. Which other category of databases bears the most resemblance to graph databases?

  1. Navigational databases.

  2. Relational Databases.

  3. Column-Family stores.

  4. None; graph databases are unique.

Q2. The data model of graph databases is often described as the proprietary graph data model, containing nodes, relationships, and proprietary elements.

  1. True.

  2. False.

Q3. Simple, aggregate-oriented queries yielding a list of things are a great application for a graph database.

  1. True.

  2. False.