CUSTOMERS Customer# Lastname Firstname Email Address City State Zip Referred Region ORDERS Order# Customer # Orderdate Shipdate Shipstreet Shipcity Shipstate Shipzip Shipcost ORDERITEMS Order# Item# ISBN Quantity Paideach BOOKS ISBN Title Pubdate PublD Cost Retail Discount Category BOOKAUTHOR ISBN AuthorID PROMOTION Gift Minretail Maxretail PUBLISHER PublD Name Contact Phone AUTHOR AuthorID Lname Fname
How do i use the MINUS operator to list the publishers who have not published any cooking books in SQL?
![CUSTOMERS
Customer#
Lastname
Firstname
Email
Address
City
State
Zip
Referred
Region
ORDERS
Order#
Customer#
Orderdate
Shipdate
Shipstreet
Shipcity
Shipstate
Shipzip
Shipcost
ORDERITEMS
Order#
Item#
ISBN
Quantity
Paideach
BOOKS
ISBN
Title
Pubdate
PublD
Cost
Retail
Discount
Category
PROMOTION
Gift
Minretail
Maxretail
BOOKAUTHOR
ISBN
AuthorID
PUBLISHER
PublD
Name
Contact
Phone
AUTHOR
AuthorlD
Lname
Fname](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F0d711c6a-e5b8-4863-b2ef-6bd98948b34e%2F2f510659-3bc6-40ea-bfa0-51be19fcfbb8%2Fy15zr3c_processed.jpeg&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
SQL Query:-
SQL (Structured Query Language) is a classic programming language used to manage and manipulate relational databases. A SQL query is a command used to retrieve data from a database, and perform actions such as updating or deleting data or creating, modifying, or manipulating the structure of a database.
SQL queries are written in a specific syntax that consists of keywords, clauses, expressions, and statements. The basic syntax of a SQL query includes a SELECT statement, which specifies the columns of data to be retrieved, a FROM clause, which identifies the table or tables containing the data, and a WHERE clause, which sets conditions for filtering the data.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)