I have a sql question relating to a music store's database that reads
"List the product name, artist and price of all items that are only available in CD format, not 12 inch record"
There are doubles that occur because they are avail on both cd an 12". i need to somehow write a query to just select the songs that are only avail on cd. How do i do it??.
'format' is the column for cd or 12'. i have no control over how the database is configured. the column is 'format', and the value is either 'cd' or '12'. i cant change that
i dont know how to compare the rows.