Chapter 6 Flashcards
In order for a table to be in the _______________, none of the columns should have
multiple values in the same row of data
first normal form (1NF)
The _______________ requires that all non-key columns are functionally dependent on
the entire primary key
second normal form (1NF
The _______________requires that there is no functional dependency among non-key
attributes.
third normal form (1NF)
The basic building blocks for an entity-relationship diagram are _______________,
_______________, and _______________
Entity, Attribute, Relationship
The _______________ clause in a SELECT statement evaluates each row for a
condition and decides whether to include it in the result set.
WHERE
The object used with the using statement must implement the _______________
interface
IDisposable
T-SQL’s _______________ statement can be used to create a stored procedure
CREATE PROCEDURE
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.
normalization
You find classes for working with streams and backing stores in the _______________
namespace
System.IO
The _______________ format is a hierarchical data representation format.
XML