################################################################################ # SELECT [BirthDate], [Mother], [Father], [Veterinarian], [NumberInLitter], [BirthID] FROM [ZooDB].[qa_usr].[tblAnimalBirths]; # BirthDate datetime # Mother int # Father int # Veterinarian int # NumberInLitter smallint # BirthID int ################################################################################ BirthDate,Mother,Father,Veterinarian,NumberInLitter,BirthID, 2005-01-16 00:00:00.000,5055,5056,4,3,, 2006-03-23 00:00:00.000,5061,5063,2,1,, 2005-11-07 00:00:00.000,5055,5054,6,4,, 2006-02-17 00:00:00.000,5048,5047,6,2,, 2006-10-04 00:00:00.000,5127,5002,4,5,, 2006-05-24 00:00:00.000,5026,5025,4,1,, 2005-09-14 00:00:00.000,5051,5050,1,1,, 2006-05-23 00:00:00.000,5036,5035,6,6,, 2005-12-03 00:00:00.000,5068,5069,2,1,, 2006-02-05 00:00:00.000,5073,5072,4,1,,