test 1 review part 3 Flashcards
(very high level: entities and relationships) —>
(lower level: normalization, PK, FK) –>
(Table/Column names, Keys, Constraints as supported by a specific RDBMS – e.g. datatypes, may be some denormalization)—->
conceptual, logical, physical design
What are the four components of Database System with SQL
Users, Database Applications, SQL, DBMS
Which of the following is the correct order of steps for designing a database?
Determine attributes, determine entities, Convert entities to relations through a process called “normalization”, Define relationships to other entities (ERD)
(A) 1, 2, 3, 4
(B) 2, 1, 3, 4
(C) 3, 1, 2, 4
(D) 4, 1, 2, 3
(B) 2, 1, 3, 4
What is the correct order of the following:
primary key, candidate, determinant
(A) 1, 2, 3
(B) 3,1,2
(C) 2,1,3
(D) 1,3,2
E) 3,2,1
E) 3,2,1
For a key to be a unique identifier, it must often become a composite key. (T/F)
True
The ideal surrogate key is short and numeric and sometimes changes. (T/F)
False ; The ideal surrogate key is short and numeric and never changes.