Creates a small database table called dog. This table, dog, has been normalized to 3NF. Two new tables have been added, breedLookup and colorLookup. Creates a new table dog_expanded that joins dog, ...
Creates a small database table called dog. This table, dog, has been normalized to 3NF. Two new tables have been added, breedLookup and colorLookup. Creates a new table dog_expanded that joins dog, ...
For a bit of background I actually have the MSDE 2000 installed with the Enterprise Management tools installed from the SQL 2000 Evaluation version. I have the SQL Service Pack 1 installed. I don't ...