First page Back Continue Last page Graphics
When to use distinct and when not to
Some operators (e.g. except) automatically eliminate doubles, some preserve them.
- Exercise: Give the name and department of borrowers who have never borrowed the same book more than twice. (use except)
Notes: