MTA DAF 4 Flashcards

1
Q

Which type of index uses pointers that point to row location?

A

nonclustered index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What would enable you to enforce the uniqueness property of columns, other than a primary key within a table?

A

unique constraint key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of field would you make an employee ID?

A

unique constraint key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which normalization form indicates the elimination of repeating groups?

A

1NF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If you define a primary key, which of the following levels have you reached?

A

1NF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an attribute or set of attributes that can be used to uniquely identify the row?

A

primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which normalization form indicates the elimination of redundant data?

A

2NF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What type of index has an index key value that points to a data row, which contains the key value?

A

nonclustered index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do you call the elimination of redundant data?

A

normalization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What structures are used when storing keys for a clustered index?

A

B-Tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What key is replicated from the primary key of one table to a secondary table, and then all the key attributes get duplicated from the primary table?

A

foreign key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which level eliminates columns not dependent on key?

A

3NF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What type of index sorts the data stored inside the table?

A

clustered index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following is not a condition for 1NF?

  • Table must have no duplicate records.
  • The table must have no multi-valued attributes.
  • Entries in the column are of the same data type.
  • There are no primary keys.
A

There are no primary keys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which level of is reached by using primary keys on table within a SQL Server database?

A

1NF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly