Chapter 6 Flashcards

1
Q

In order for a table to be in the _______________, none of the columns should have
multiple values in the same row of data

A

first normal form (1NF)

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

The _______________ requires that all non-key columns are functionally dependent on
the entire primary key

A

second normal form (1NF

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

The _______________requires that there is no functional dependency among non-key
attributes.

A

third normal form (1NF)

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

The basic building blocks for an entity-relationship diagram are _______________,
_______________, and _______________

A

Entity, Attribute, Relationship

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

The _______________ clause in a SELECT statement evaluates each row for a
condition and decides whether to include it in the result set.

A

WHERE

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

The object used with the using statement must implement the _______________
interface

A

IDisposable

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

T-SQL’s _______________ statement can be used to create a stored procedure

A

CREATE PROCEDURE

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

In the process of _______________, you apply a set of rules to ensure that your
database design helps with data integrity and ease of maintenance in the future.

A

normalization

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

You find classes for working with streams and backing stores in the _______________
namespace

A

System.IO

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

The _______________ format is a hierarchical data representation format.

A

XML

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