Chapter 3 (Multiple Choice) CIS 3365

Descrição

asdf Quiz sobre Chapter 3 (Multiple Choice) CIS 3365, criado por . . em 31-08-2016.
. .
Quiz por . ., atualizado more than 1 year ago
. .
Criado por . . quase 8 anos atrás
701
3

Resumo de Recurso

Questão 1

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

Questão 2

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

Questão 3

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

Questão 4

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

Questão 5

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

Questão 6

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

Questão 7

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

Questão 8

Questão
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.
Responda
  • A) contains
  • B) is related to
  • C) owns
  • D) determines

Questão 9

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

Questão 10

Questão
10) Any attribute that is part of a key is known as a _____.
Responda
  • A) key attribute
  • B) logical attribute
  • C) key determiner
  • D) selector

Questão 11

Questão
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).
Responda
  • A) foreign
  • B) unique
  • C) composite
  • D) complete

Questão 12

Questão
12) A _____ is nay key that uniquely identifies each row.
Responda
  • A) superkey
  • B) special
  • C) selective
  • D) candidate

Questão 13

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

Questão 14

Questão
14) Controlled _____ makes a relational database work.
Responda
  • A) relations
  • B) logic
  • C) chaos
  • D) redundancy

Questão 15

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

Questão 16

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

Questão 17

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

Questão 18

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

Questão 19

Questão
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.
Responda
  • A) entity
  • B) referential
  • C) complete
  • D) Null

Questão 20

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

Questão 21

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

Questão 22

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

Questão 23

Questão
22) ________ yields a vertical subset of a table.
Responda
  • A) PROJECT
  • B) SELECT
  • C) UNION
  • D) DIFFERENCE

Questão 24

Questão
24) _______ combines all rows from two tables, excluding duplicate rows.
Responda
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Questão 25

Questão
25) __________ yields only the rows that appear in both tables
Responda
  • A) INTERSECT
  • B) UNION
  • C) DIFFERENCE
  • D) SELECT

Questão 26

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

Questão 27

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

Questão 28

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

Questão 29

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

Questão 30

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

Questão 31

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

Questão 32

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

Questão 33

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

Questão 34

Questão
34) The _____ relational type is the "relational model ideal."
Responda
  • A) 1:1
  • B) 1:M
  • C) M:1
  • D) M:N

Questão 35

Questão
35) The ______ relationship should be rare in any relational database design.
Responda
  • A) 1:1
  • B) 1:M
  • C) M:1
  • D) M:N

Questão 36

Questão
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.
Responda
  • A) composite
  • B) super
  • C) primary
  • D) unique

Questão 37

Questão
37) Another name for a composite entity is a ______ entity.
Responda
  • A) bridge
  • B) linked
  • C) directive
  • D) referring

Questão 38

Questão
38) A(n) _________ is an ordered arrangement of keys and pointers.
Responda
  • A) table
  • B) superkey
  • C) relationship
  • D) index

Questão 39

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

Questão 40

Questão
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).
Responda
  • A) Nonsubversion
  • B) Logical Data Independence
  • C) Comprehensive Data Sublanguage
  • D) Integrity Independence

Questão 41

Questão
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.
Responda
  • A) Nonsubversion
  • B) Logical Data Independence
  • C) Comprehensive Data Sublanguage
  • D) Integrity Independence

Semelhante

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