Selection without Duplicates
This Tutorial's Database: petstore.db
petstore.db
There are 30 records in a single table called purchases
Fields:
pet_name
-> TEXT column of pet names of customersitem_bought
-> TEXT details the type of item boughtquantity
-> INTEGER number of the item bought within the purchase session
Displaying our distinct names of our pet customers
Query
Output
Last updated