You are on page 1of 2

4.2Testfornullvalues.Examinefunctionaldependency.

Checkformisspellingsand
duplicatesofdata.Multivalueddependencies.
4.4
SELECTDepartmentName
FROMEMPLOYEE
WHEREDepartmentNameNOTIN
(SELECTDepatmentName
FROMDEPARTMENT
)

4.5ReadOnlydoesntrequireaddingorremovingdata.
4.9Longerdesignperiod,inflexibilityofdataentry
4.18(Giveexamplefor
denormalization
)Examiningallobjectssoldbringingthecolumnsof
interestintothesametable.
4.23Anytablethatusesbothdateandtime,storedseparatelytodeterminewhena
transactionwasheld
4.25 sales(
hour,minute,month,day,year
,amount,quantity,item)
DBEntriesLog(
hour,minuute,month,day,year,
boxChanged,changedBy)
4.27Date>amount,quantity,item,boxChanged,changedBy
4.29theyleadtoabnormalitiesinaddingandremovingdatafromagivendatabase.
4.32nullisnovaluewhereasblankisanemptyvalue.
4.34SELECTcount(*)
FROMEmployee
WHEREemployeeFirstNameISNULL

selectcount(*)fromEmployeewhereemployeefirstnameisnull


4.40Trainer,time,datePhone,EMail,Fee,ClientLastName,ClientFirstName
ClientNumberClientLastNAme,ClientFirstName,CLientPhone,CLientEMail,
MembershipType,EndingDate,Street,City,State,ZIP

ClassName,Time,DayOfWeek,TrainerStartDate,EndDate,Cost

You might also like