The CAP Theorem defines three properties of distributed database systems, which are
________.
A) consistency, always-on, properties
B) competency, always-on, properties
C) consistency, availability, partition tolerance
D) competency, availability, partition tolerance
When increasing cardinalities from 1:N to N:M, which of the following steps is not
included in the process? (The order of the steps listed below is not relevant, only the
steps themselves.)
A) Create an intersection table
B) Populate the intersection table
C) Drop the old foreign key
D) Drop the primary key
In an SQL query, which built-in function is used to obtain the largest value of numeric
columns?
A) AVG