Chapter 3 (Multiple Choice) CIS 3365

Description

asdf Quiz on Chapter 3 (Multiple Choice) CIS 3365, created by . . on 31/08/2016.
. .
Quiz by . ., updated more than 1 year ago
. .
Created by . . over 7 years ago
686
3

Resource summary

Question 1

Question
1) _______ logic, used extensively in mathematics, provides a framework in which an assertion (statement of fact) can be verified as either true or false.
Answer
  • A) Predicate
  • B) Database
  • C) Relational
  • D) Index

Question 2

Question
2) The relational database model enables you to view data _____ rather than ____.
Answer
  • A) relationally, hierarchically
  • B) hierarchically, relationally
  • C) physically, logically
  • D) logically, physically

Question 3

Question
3) The relational model's creator, E.F. Codd, used the term relation as a synonym for ____.
Answer
  • A) index
  • B) key
  • C) table
  • D) relationship

Question 4

Question
4) A(n) _____ is perceived as a two-dimensional structure composed of rows and columns.
Answer
  • A) table
  • B) rowset
  • C) attribute
  • D) intersection

Question 5

Question
5) Date attributes contain calendar dates stored in a special format known as the _____ date format.
Answer
  • A) Epoch
  • B) Calendar
  • C) Julian
  • D) Logical

Question 6

Question
6) ________ data can have only a true or false (yes or no) condition.
Answer
  • A) Logical
  • B) Chatacyer
  • C) Date
  • D) Numeric

Question 7

Question
7) In the relational model, _____ are important because they are used to ensure that each row in a table is uniquely identifiable.
Answer
  • A) relations
  • B) keys
  • C) indexes
  • D) logical structures

Question 8

Question
8) In the context of a database table, the statement "A ______ B" indicates that if you know the value of attribute A, you can look up the value of attribute B.
Answer
  • A) contains
  • B) is related to
  • C) owns
  • D) determines

Question 9

Question
9) The attribute B is _____ the attribute A if each value in column A determines one and only one value in column B.
Answer
  • A) logically dependent on
  • B) owned by
  • C) determined by
  • D) functionally dependent on

Question 10

Question
10) Any attribute that is part of a key is known as a _____.
Answer
  • A) key attribute
  • B) logical attribute
  • C) key determiner
  • D) selector

Question 11

Question
11) If the attribute (B) is functionally dependent on a composite key (A) but not on any subset of that _____ key, the attribute (B) is fully functionally dependent on (A).
Answer
  • A) foreign
  • B) unique
  • C) composite
  • D) complete

Question 12

Question
12) A _____ is nay key that uniquely identifies each row.
Answer
  • A) superkey
  • B) special
  • C) selective
  • D) candidate

Question 13

Question
13) No data entry at all is known as a(n) _______.
Answer
  • A) nil
  • B) null
  • C) empty
  • D) Zero

Question 14

Question
14) Controlled _____ makes a relational database work.
Answer
  • A) relations
  • B) logic
  • C) chaos
  • D) redundancy

Question 15

Question
15) Referential _____ means that if the foreign key contains a value, that value refers to an existing valid tuple (row) in another relation.
Answer
  • A) integrity
  • B) uniqueness
  • C) direction
  • D) Relations

Question 16

Question
16) A _____ key is defined as a key that is used strictly for data retrieval purposes.
Answer
  • A) lookup
  • B_ foreign
  • C) candidate
  • D) Secondary

Question 17

Question
17) A _____ key can be described as a super key without unnecessary attributes, that is, a minimal super key.
Answer
  • A) secondary
  • B) candidate
  • C) primary
  • D) Foreign

Question 18

Question
18) All primary key entries are unique, and no part of a primary key may be _____.
Answer
  • A) zero
  • B) a foreign key
  • C) null
  • D) a candidate key

Question 19

Question
19) A CUSTOMER table's primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of ______ integrity.
Answer
  • A) entity
  • B) referential
  • C) complete
  • D) Null

Question 20

Question
20) The ______ constraint can be placed on a column to ensure that every row in the table has a value for that column.
Answer
  • A) HAS VALUE
  • B) NOT NULL
  • C) MUST HAVE VALUE
  • D) NOT EMPTY

Question 21

Question
21) To be considered minimally relational, the DBMS must support the key relational operators _______, PROJECT, and JOIN.
Answer
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Question 22

Question
22) ______, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.
Answer
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Question 23

Question
22) ________ yields a vertical subset of a table.
Answer
  • A) PROJECT
  • B) SELECT
  • C) UNION
  • D) DIFFERENCE

Question 24

Question
24) _______ combines all rows from two tables, excluding duplicate rows.
Answer
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Question 25

Question
25) __________ yields only the rows that appear in both tables
Answer
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Question 26

Question
26) A(n) ________ join links tables by selecting only the rows with common values in their common attribute(s).
Answer
  • A) equal
  • B) unique
  • C) foreign
  • D) natural

Question 27

Question
27) The equijoin takes its name from the comparison operator ______ used in the condition.
Answer
  • A) *
  • B) <
  • C) =
  • D) >

Question 28

Question
28) In an outer join, the matched pairs would be retained and any unmatched values in the other table would be left ______.
Answer
  • A) in another table
  • B) null
  • C) out of the results
  • D) with matching values from the original table

Question 29

Question
29) A(n) __________ join only returns matched records from the tables that are being joined.
Answer
  • A) outer
  • B) inner
  • C) direct
  • D) union

Question 30

Question
30) A ______ contains at least all of the attribute names and characteristics for each table in the system.
Answer
  • A) data dictionary
  • B) relational schema
  • C) logical schema
  • D) join

Question 31

Question
31) The ______ is actually a system-created database whose tables store the user/designer-created database characteristics and contents.
Answer
  • A) meta dictionary
  • B) schema
  • C) dictionary
  • D) system catalog

Question 32

Question
32) In a database context, the word ______ indicates the use of the same attribute name to label different attributes.
Answer
  • A) redundancy
  • B) homonym
  • C) duplicate
  • D) synonym

Question 33

Question
33) In a database context, a(n) ________ indicates the use of different names to describe the same attribute.
Answer
  • A) entity
  • B) duplicate
  • C) synonym
  • D) homonym

Question 34

Question
34) The _____ relational type is the "relational model ideal."
Answer
  • A) 1:1
  • B) 1:M
  • C) M:1
  • D) M:N

Question 35

Question
35) The ______ relationship should be rare in any relational database design.
Answer
  • A) 1:1
  • B) 1:M
  • C) M:1
  • D) M:N

Question 36

Question
36) Since it is used to link tables that originally were related in a M:N relationship, the composite entity structure includes--as foreign keys--at least the _____ keys of the tables that are to be linked.
Answer
  • A) composite
  • B) super
  • C) primary
  • D) unique

Question 37

Question
37) Another name for a composite entity is a ______ entity.
Answer
  • A) bridge
  • B) linked
  • C) directive
  • D) referring

Question 38

Question
38) A(n) _________ is an ordered arrangement of keys and pointers.
Answer
  • A) table
  • B) superkey
  • C) relationship
  • D) index

Question 39

Question
39) When you define a table's primary key, the DBMS automatically creates a(n) ______ index on the primary key column(s) you declared.
Answer
  • A) key
  • B) incomplete
  • C) unique
  • D) primary

Question 40

Question
40) Codd's Rule of _____ states: Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns).
Answer
  • A) Nonsubversion
  • B) Logical Data Independence
  • C) Comprehensive Data Sublanguage
  • D) Integrity Independence

Question 41

Question
41) Codd's Rule of ________ states: If the system supports low-level access to the data, users must not be allowed to bypass the integrity rules of the database.
Answer
  • A) Nonsubversion
  • B) Logical Data Independence
  • C) Comprehensive Data Sublanguage
  • D) Integrity Independence
Show full summary Hide full summary

Similar

El Perdón
Alonso Linares
Investiga las transformaciones de la cultura y de la vida cotidiana a lo largo del tiempo.
Sherlyn Muñoz
Irene
i.biza
Sean doce balines (a,b,c,d,e,f,g,h,i,j,k,l)
andres parra
Funciones Polinomiales
Julieta Maya
10.THE VALUATION PROCESS AND PRICING PROPERTIES
Brigita Safyra
Effective Citizens
Lauren Petrouleas
asdfas
bevan7
S C I E X
guohao.lam
Perspectives of learning
nilemon
Mind Idea
rodrigo.cespedes