J
Jon
Greeting,
Anyone can explain for me the Using of IN and Sub query?
I have the following situation
I need to List the customers who bought dogs in the first quarter and also
bought dog food in the fourth quarter using IN and Sub query
My tables are as follows:
Table Animal has
AnimalID
Category
Table Customers
CustomerID
Phone
Name
Table Sales
CustomeriD
SaleDate
SaleID
Table Saleanimal
SaleID
AnimalID
SalePrice
Table SaleItem
SaleiD
ItemID
Table Merchandise
Item ID
Description
Anyone can explain for me the Using of IN and Sub query?
I have the following situation
I need to List the customers who bought dogs in the first quarter and also
bought dog food in the fourth quarter using IN and Sub query
My tables are as follows:
Table Animal has
AnimalID
Category
Table Customers
CustomerID
Phone
Name
Table Sales
CustomeriD
SaleDate
SaleID
Table Saleanimal
SaleID
AnimalID
SalePrice
Table SaleItem
SaleiD
ItemID
Table Merchandise
Item ID
Description