Quiz (2025)
Quiz (2025)
(1) Database systems are used to manage collections of data that are highly
valuable, are relatively large, and are accessed by multiple users and
applications, often at the same time.
(2) The logical level of abstraction describes only part of the entire database.
(3) The foreign key specification says that the value of attributes for any tuple in
the relation must not correspond to values of the primary key attributes of some
tuple in other relation.
(4) The exists construct returns the value true if the argument subquery is
nonempty.
(5) In ER diagram, an entity set is represented by a rectangle, which is divided into
two parts.
(6) If the student entity set needs to represent any student who is either an
undergraduate_student or a postgraduate_student types, the specification is total
specification.
(7) A→B is a trivial functional dependency.
(8) The Resource Description Framework (RDF) is a data representation standard
based on the entity-relationship model.
(9) Data dictionary, which stores metadata about the structure of the database, in
particular the schema of the database.
(10) Domain constraint that a domain of possible values must be associated with
every attribute types.
(11) The tuple relational calculus and domain relational calculus are imperative
query language.
(12) Tuples with the same value on all attributes in the order by clause are placed
in one group.
(13) In ER diagram, a identifying relationship set is represented by a diamond,
which is linked via lines to the (weak) entity set in the total relationship set.
(14) The number of entity sets that participate in a relationship set is the
discriminator of the relationship set.
(15) A many-to-many relationship set design in ER- diagram and then arises the
4NF in normalization
(16) A key-value map, often just called a map is a set of (key, value) pairs .