query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
shipping cost and Freight are synonyms; highest shipping cost refers to MAX(Freight);
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
high class refers to Class = 'H'; men's product refers to Style = 'M'
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
SUBTRACT(LastReceiptCost, StandardPrice) for ProductID where name = 'Freewheel'
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
Married refers to MaritalStatus = 'M';  non-sales employees refer to PersonType = 'EM'
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
How many vacation hours do the male employees have on average?
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
Minipump is name of a product
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
Facilities Manager is a job title
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
Located refers to the total address of the entity that comprises city, addressline1, addressline2
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
hashed password refers to PasswordHash;
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
employees who left a department refers to EndDate NOT null; average stay = AVG(SUBTRACT(year(EndDate)), (year(T1.StartDate)));
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
vendor's selling price refers to StandardPrice
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
CurrentFlag = 1 refers to the active status of employees; Percentage = Divide (Count (BusinessEntityID (CurrentFlag = 1 & VacationHours >20 & SickLeaveHours > 10)), Count (BusinessEntityID (CurrentFlag = 1 & SickLeaveHours>10))) * 100;
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
second-lowest rating refers to Rating = 2; high-quality class product refers to Class = 'H'; length of time it takes the company to manufacture a product refers to DaysToManufacture;
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
business along with their IDs = BusinessEntityID; Cellphones refers to PhoneNumberType.name = ‘cell’
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
Road Frames is a name of product subcategory
How much is the amount to be paid by the company for the purchase order with the third highest freight amount?
amount to be paid refers to TotalDue;
Bike refers to the name of the product category, therefore ProductCategoryID = 1
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
Highest year to date sales refers to Max(SalesYTD);
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
sales order for 32 units refers to OrderQty = 32
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
shipping address = AddressLine1+AddressLine2+City;
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
work order transaction refers to TransactionType = 'W';
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
employees that submitted resume to Human Resource Department and got hired refers to BusinessEntittyID NOT null;
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
active status of employees refers to CurrentFlag = 1;
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
person number 18 refers to BusinessEntityID = 18; forename refers to FirstName
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
cost refers to StandardCost;
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
card that expires in 2007 refers to ExpYear = 2007;
Which sales person achieved the highest sales YTD? What is the projected yearly sales quota in 2011 for this person?
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
Vista Card refers to CardType = 'Vista'; expire before the year 2007 refers to ExpYear< = 2006;
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
employees who left a department refers to EndDate NOT null; average stay = AVG(SUBTRACT(year(EndDate)), (year(T1.StartDate)));
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
Valley Bicycle Specialists is a name of store; full address = AddressLine1+AddressLine2;
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
sales order for 32 units refers to OrderQty = 32
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
compartment refers to Shelf; container refers to Bin; Lock Ring is a name of product
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
purchase orders refers to TransactionType = 'P'; first six months of 2012 refers to TransactionDate bewteen '2012-01-01'and '2012-06-30'; average = DIVIDE(ActualCost where TransactionType = 'P', count(TransactionID))
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
Down Tube is a name of a product;
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
Order Reference Number refers to ReferenceOrderID
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
minimum inventory quantity refers to SafetyStockLevel; chainring bolts is a name of product;
Among the employees who have a pay rate of above 40, how many of them are male?
pay rate above 40 refers to Rate>40; male employee refers to Gender = M
more than 10 sick leave hours refers to SickLeaveHours>10; pay rate over 35 refers to Rate>35;
What is the cost for the product "847"?
cost refers to StandardCost;
married refers to MaritalStatus = 'M'; Contact does wish to receive e-mail promotions from Adventure Works refers to EmailPromotion = 1; Average = Divide (Sum(Rate (MaritalStatus = 'M' & EmailPromotion = 1))), Count (BusinessEntityID (MaritalStatus = 'M' & EmailPromotion = 1)); MAX(Rate (MaritalStatus = 'M' & EmailPromotion = 1) - Average;
What is the cost for the product "847"?
cost refers to StandardCost;
Started selling in 2013 refers to year(SellStartDate) = 2013;
What is the cost for the product "847"?
cost refers to StandardCost;
in centimeter refers to SizeUnitMeasureCode = 'CM';
What is the cost for the product "847"?
cost refers to StandardCost;
purchase orders refers to TransactionType = 'P'; first six months of 2012 refers to TransactionDate bewteen '2012-01-01'and '2012-06-30'; average = DIVIDE(ActualCost where TransactionType = 'P', count(TransactionID))
What is the cost for the product "847"?
cost refers to StandardCost;
MOQ refers to minimum order quantity; MOQ of 1 refers to MinOrderQty = 1; standard cost more than 48 refers to StandardCost > 48;
What is the cost for the product "847"?
cost refers to StandardCost;
SP is an abbreviation for Sales Person; PersonType = 'SP';
What is the cost for the product "847"?
cost refers to StandardCost;
products using roadster_black_small.gif as the thumbnail photo refers to ThumbnailPhotoFileName = 'roadster_black_small.gif';
What is the cost for the product "847"?
cost refers to StandardCost;
handling damage is descrription of manufacturing failure which refers to ScrapReason.Name
What is the cost for the product "847"?
cost refers to StandardCost;
product is mnanufactured in-house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1;
What is the cost for the product "847"?
cost refers to StandardCost;
employees that submitted resume to Human Resource Department and got hired refers to BusinessEntittyID NOT null;
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
year of credit card expiration refers to ExpYear; ExpYear = 2007; store contact refers to PersonType = 'SC';
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
more than 10 sick leave hours refers to SickLeaveHours>10; pay rate over 35 refers to Rate>35;
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
average selling price = divide(sum(StandardPrice), count(BusinessEntityID))
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
SUBTRACT(LastReceiptCost, StandardPrice) for ProductID where name = 'Freewheel'
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
full name = FirstName+MiddleName+LastName; Production Technician - WC50 is a job title;
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
female refers to Gender = 'F'; employee who wish to receive email promotion refers to EmailPromotion = 1; percentage = DIVIDE(SUM(Gender = 'F')), (sum(Gender = 'F' or Gender = 'M'))) as percentage;
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
lowest pay refers to min(Rate);
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
mountain product line refers to ProductLine = 'M'
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
sales order for 32 units refers to OrderQty = 32
List the first and last name of all unmarried male Production Supervisors.
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
Catherine Ward refers to the name of BusinessEntityID; how many letters in password for the e-mail account refers to LENGTH(PasswordHash)
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
business ID refers to BusinessEntityID; sales total year to date refers to SalesYTD; most sales total year to date refers to MAX(SalesYTD);
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
lowest pay refers to min(Rate);
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
most review refers to MAX(count(comments)); high class refers to Class = 'H'; medium class refers to Class = 'M'; low class refers to Class = 'L'
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
Production Technicians refer to the  JobTitle = 'Production Technician%'; single refers to MaritalStatus = 'S'; Vendor contact refers to PersonType = 'VC'
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
married employee refers to MaritalStatus = 'M'; less than 20 vacation hours refers to VacationHours<20
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
more than 10 sick leave hours refers to SickLeaveHours>10; pay rate over 35 refers to Rate>35;
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
Product with the lowest rating refers to the rating given by the reviewer where Rating = 1
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
actual resource hours of 2 refers to ActualResourceHrs = 2
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
mountain product line refers to ProductLine = 'M'; sold by over 5 vendors refers to count(Name)>5
How many people reviewed for product named HL Mountain Pedal? What is the average rating?
AVG(Rating) = DIVIDE(SUM(rating), COUNT(ReviewerName))
credit card number refers to CardNumber;
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
low class refers to Class = 'L'; universal refers to Style = 'U'; road frame is a name of product subcategory; average profit = AVG(SUBTRACT(ListPrice, StandardCost);
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
percentage = DIVIDE(Culture.Name = 'Thai', count(ALL Culture.Name))*100%
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
profit on net = subtract(LastReceiptCost, StandardPrice); best profit on net refers to max(subtract(LastReceiptCost, StandardPrice))
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
profit = SUBTRACT(ListPrice, StandardCost);
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
married refers to MaritalStatus = 'M'; Contact does wish to receive e-mail promotions from Adventure Works refers to EmailPromotion = 1; Average = Divide (Sum(Rate (MaritalStatus = 'M' & EmailPromotion = 1))), Count (BusinessEntityID (MaritalStatus = 'M' & EmailPromotion = 1)); MAX(Rate (MaritalStatus = 'M' & EmailPromotion = 1) - Average;
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
Accountant is a job title; first hired = MIN(HireDate)
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
employees who wish to receive e-mail promotions from AdventureWorks and selected partners refers to EmailPromotion = 2;
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
handling damage is descrription of manufacturing failure which refers to ScrapReason.Name
What is the job title of the oldest employee in the company? In which department is he in?
oldest employee refers to min(BirthDate)
Sales people refer to PersonType = 'SP'; projected yearly sales refers to SalesQuota
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
unmarried refers to MaritalStatus = 'S', male refers to Gender = 'M', Production Supervisors is a job title
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
highest rating refers to MAX(Rating)
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
profit = SUBTRACT(ListPrice, StandardCost);
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
Down Tube is a name of a product;
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
highest rating refers to Rating = 5; high class refers to Class = 'H'; men's product refers to Style = 'M'
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
where the person live refers addresstype.Name = 'Home'
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
days to end a work order = SUBTRACT(ActualEndDate, ActualStartDate);
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
over 3 price changes refers to count(ListPrice)>3
What is the average lead time of product ID 843? Calculate for its profit on net and indicate the full location to which the vendor is located.
Profit on net = SUBTRACT(LastReceiptCost, StandardPrice); full location = AddressLine1+AddressLine2+City+PostalCode;
active employee refers to CurrentFlag = 1; Rate< = 30;
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
The Road line refers to the product line, therefore ProductLine = 'R'
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
profit = SUBTRACT(ListPrice, StandardCost);
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
full name = FirstName+MiddleName+LastName; HiredDate refers to the date the person joins the company;
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
SC is an abbreviation for Store Contact; store contact person refers to PersonType = 'SC'; recently hired refers to latest StartDate;
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
product with large photo refers to LargePhoto NOT null;
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
cost refers to StandardCost;
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
website purchasing link refers to PurchasingWebServiceURL
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
vendor's selling price refers to StandardPrice
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
profit = MULTIPLY(SUBTRACT(ListPrice, Standardcost)), (Quantity)));
Please list the credit card numbers of all the employees who have left the Finance Department.
credit card number refers to CardNumber; employees who left the department refers to EndDate NOT null; Engineering Department is a name of department;
year(StartDate) 2007; year of credit card expiration refers to ExpYear; ExpYear = 2007;
Among the products that are both manufactured in house and salable, how many of them get over 10 reviews?
manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10
product that are purchased refers to MakeFlag = 0; never received highest rating refers to Rating! = 5
Among the products that are both manufactured in house and salable, how many of them get over 10 reviews?
manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10
take more than 2 days to make refers to DaysToManufacture>2; out of stock refers to OnOrderQty = 0 or OnOrderQty is null
Among the products that are both manufactured in house and salable, how many of them get over 10 reviews?
manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10
shipment by truck refers to Name = 'XRQ - TRUCK GROUND';
Among the products that are both manufactured in house and salable, how many of them get over 10 reviews?
manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10
highest rating refers to Rating = 5; high class refers to Class = 'H'; men's product refers to Style = 'M'