Written Assignment: Data Evaluation



Written Assignment: Data EvaluationUsing the data dictionary and data retrieval request below, write an SQL command to satisfy a data retrieval request. Data Dictionary:Patient TableElementDefinitionTypeLengthDefaultConstraintsMR#Unique identification numberNumeric9None100000000-999999999LnameIndividual’s Last NameAlpha25NoneNoneFnameIndividual’s First NameAlpha20NoneNoneGenderIndividual’s genderAlpha1None“F” or “M”BdateIndividual’s birth dateDate8NoneNoneData retrieval request:List all patients with the last name of “Johnson”.List all patients who are female.List all patient last names and the medical record number of each. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download