SQL's unique `DISTINCT` term` is an vital tool for obtaining only the unique records from a query result. Imagine you have a table of customers, and you need to know how many several cities are included. Using `SELECT city FROM customers;` would possibly give a sequence with repeated city titles. However, `SELECT DISTINCT city FROM customers;` will