Database fundamentals Flashcards
1
Q
What type of data requires an action to collect the information?
A
transactional data
2
Q
What constructs are made up of primary keys, which are the rules enforced on the data columns, certifying that the values in any column row do not repeat?
A
Constraints
3
Q
What permissions grant the right to perform an activity, such as create, alter, or drop, on a specific type of object?
A
System permissions
4
Q
a graph data store handles which types of information?
A
Nodes and Edges
5
Q
True or False? A database interface is a user interface that allows the ability to input queries to a database without using the query language itself.
A
True