0% found this document useful (0 votes)
9 views2 pages

Weekly Exam 04

Uploaded by

bnhatm216
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Weekly Exam 04

Uploaded by

bnhatm216
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Weekly Exam 4

Databases Concepts course


Advanced data Models

Q1: Give the suitable term for each definition in the following:
1. This model fundamentally involves the application of formal logic to
the problems of data (deductive data model)
2. It is fundamentally a variant of Prolog specifically designed for
databases work. (Datalog)
3. Formally, it is just a collection of vertices and edges or, in less
intimidating language. (a graph).
4. These models typically use a structure that is like JSON (documents
models)
5. This model can be useful for representing polymorphic and
unstructured data (key-value model).

Q2: Choose the correct answer in the following:


1. Graphs represent (entities, objects, relationships) as nodes.
2. Twitter’s data is easily represented as a (documents, graph,
deductive logic).
3. They are the most basic type of NoSQL database (document,
graph, key-value stores).
4. Predicates and arguments form a collection known as a
(proposition, statement, rule)
5. Multi-valued attributes make somewhat obsolete in (RDBMS,
documents, graph model)
Q3: Correct the wrong sentence in the following:
1. A Key document database management system is an online database
management system with CRUD. (graph database)
2. native graph storage meaning that connected nodes physically “point”
to each other in the database. (Index-free adjacency)
3. Deductive logic models are useful for a wide variety of applications
due to the flexibility of the data model, the ability to query on any
field. (document models)
4. In a document database, the notion of a schema is fixed. (dynamic)
5. In key-value model, data is retrieved by primary key per row family.
(per column)

You might also like