D
D.Logue
This query produces lots of reapeats. It gives the same output
without DISTINCT as with DISTINCT.
SELECT DISTINCT [Last Name], [First Name], b.City
FROM Staff, Branch AS b;
without DISTINCT as with DISTINCT.
SELECT DISTINCT [Last Name], [First Name], b.City
FROM Staff, Branch AS b;