D
D.Logue
SELECT DISTINCT [Last Name], [First Name], b.City
FROM Staff, Branch AS b;
I still get duplicates DISTINCT seems to have no effect on the
output?.
FROM Staff, Branch AS b;
I still get duplicates DISTINCT seems to have no effect on the
output?.