query
stringlengths
24
325
positive
stringlengths
1
580
negative
stringlengths
1
580
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
compartment refers to Shelf; container refers to Bin; Lock Ring is a name of product
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
tax amount refers to TaxAmt; biggest tax amount refers to MAX(TaxAmt);
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
store contact refers to PersonType = 'SC';
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
in centimeter refers to SizeUnitMeasureCode = 'CM';
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
hired in 2009 refers to year(HireDate) = 2009
Please list the top 3 discounts with the highest discount percentage and fall under the reseller category.
discount percentage refers to DiscountPct; highest discount percentage refers to MAX(DiscountPct);
highest amount of difference between the ordered quantity and actual quantity received in a single purchase order refers to MAX(SUBTRACT(OrderQty, ReceivedQty));
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
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;
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
their home address as their address refers to AddressTypeID = 2; address corresponds to the shipping address refers to AddressTypeID = 5
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
high class refers to Class = 'H'; men's product refers to Style = 'M'
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
percentage = DIVIDE(Culture.Name = 'Thai', count(ALL Culture.Name))*100%
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
Product with more than 5 quantity refers to Quantity>5
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
Transactiontype = 'w' means 'WorkOrder'; transactiontype = 's' means 'SalesOrder'; transactiontype = 'P' means 'PurchaseOrder'; happened in refers to TransactionDate
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
approved refers to Status = 2; confidential document refers to DocumentSummary is null;
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
highest pay rate refers to MAX(Rate);
Please list the top three employees with the most unused sick leave along with their position titles.
employees refers to BusinessEntityID; most unused sick leave refers to MAX(SickLeaveHours); position title refers to JobTitle
production technician is a job title; below average rate refers to Rate<AVG(Rate);
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
manufactured in house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1; over 10 reviews refers to count(comments)>10
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
home manufactured refers to MakeFlag = 1; average rating = divide(sum(Rating), count(ProductReview))
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
product number = productID
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
full name = FirstName+MiddleName+LastName; Production Technician - WC50 is a job title;
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
Australia Bike Retailer is name of vendor
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
Catherine Ward refers to the name of BusinessEntityID; how many letters in password for the e-mail account refers to LENGTH(PasswordHash)
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
Hex Nut 5 is name of a product
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
StartDate BETWEEN '2009-01-01' AND '2009-12-31';
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
maximum orders refers to MaxOrderQty; MaxOrderQty BETWEEN '500' AND '750'; profit on net = SUBTRACT(LastReceiptCost, StandardPrice);
What is the highest vendor's selling price for Hex Nut 5?
vendor's selling price refers to StandardPrice
amount to be paid refers to TotalDue;
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
active status of employees refers to CurrentFlag = 1;
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
profit = MULTIPLY(SUBTRACT(ListPrice, Standardcost)), (Quantity)));
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
store contact refers to PersonType = 'SC'; year(EndDate)>2007 and year(StartDate)<2007;
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
salable product refers to FinishedGoodsFlag = 1; mountain product line refers to ProductLine = 'M'
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
hired in 2009 refers to year(HireDate) = 2009
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
lowest pay refers to min(Rate);
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
their home address as their address refers to AddressTypeID = 2; address corresponds to the shipping address refers to AddressTypeID = 5
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
SC is an abbreviation for Store Contact; store contact person refers to PersonType = 'SC'; recently hired refers to latest StartDate;
When did the company hired its first Accountant?
Accountant is a job title; first hired = MIN(HireDate)
began work in 2009 or later refers to StartDate> = 2009;
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
increased their current year sales by more than 60% refers to DIVIDE(SUBTRACT(SalesYTD, SalesLastYear),SalesLastYear)>0.6
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
full name = FirstName+MiddleName+LastName;
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
Address number 15873 refers to AddressID = '15873'; IsOnlyStateProvinceCode = '0' refers to StateProvinceCode exists; IsOnlyStateProvinceCode = '1' refers to StateProvinceCode unavailable;
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
highest rating refers to MAX(Rating)
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
tax applied to retail transaction refers to Taxtype = 1; sales that are charged with multiple types of tax refers to NAME LIKE '%+%';
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
shipping cost and Freight are synonyms; highest shipping cost refers to MAX(Freight);
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
Low quality refers to the product's quality class, therefore Class = 'L'
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
Canada is name of a sales territory
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
Started selling in 2013 refers to year(SellStartDate) = 2013;
Please list the email adresses of the reviewers who have given the lowest rating to the product HL Mountain Pedal.
lowest rating refers to Rating = 1
average age = AVG(subtract(year(now), year(HireDate)))
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
Production Technicians refer to the  JobTitle = 'Production Technician%'; single refers to MaritalStatus = 'S'; Vendor contact refers to PersonType = 'VC'
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
number of product rejected refers to ScrapedQty; trim length that is too long refers to scrap reason where Name = 'Trim length too long'
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
Male refers to Gender = 'M'; married refers to MaritalStatus = 'M'; oldest refers to Min(BirthDate);
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
Address number 15873 refers to AddressID = '15873'; IsOnlyStateProvinceCode = '0' refers to StateProvinceCode exists; IsOnlyStateProvinceCode = '1' refers to StateProvinceCode unavailable;
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
most reviews refers to MAX(count(ProductID))
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
active status of employees refers to CurrentFlag = 1;
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
proportion = DIVIDE(SUM(Name = 'UK')), (COUNT(SalesOrderID))) as count;
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
credit card number refers to CardNumber;
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
cost refers to StandardCost;
What is the shipping address for the sales order "43873"?
shipping address = AddressLine1+AddressLine2+City;
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'
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
production technician is a job title; below average rate refers to Rate<AVG(Rate);
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
Sales and Marketing is group name of a department
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
most reviews refers to MAX(count(ProductID))
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
hired in 2009 refers to year(HireDate) = 2009
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
website purchasing link refers to PurchasingWebServiceURL
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
salesperson that haven't met the quota refers to Bonus = 0;
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
price refers to ListPrice;
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
active status of employees refers to CurrentFlag = 1;
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
business number 1580 refers to BusinessEntityID = 1580; Net profit = SUBTRACT(LastReceiptCost,StandardPrice)
Among the sales people who achieved projected sales quota 2013, is there any person from territory ID 1? If yes, state the business entity ID.
projected sales quota refers to SalesQuota; projected sales quota in 2013 refers to year(QuotaDate) = 2013;
Headset Ball Bearings is name of a product
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
percentage of profit = DIVIDE(SUBTRACT(ListPrice, StandardCost), (StandardCost)) as percentage;
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
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;
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
hired in 2009 refers to year(HireDate) = 2009
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
vendor's selling price refers to StandardPrice
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
High quality refers to the product's quality class, therefore Class = 'H'; the lowest transacted quantity refers to Quantity = 1
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
Product with more than 5 quantity refers to Quantity>5
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
website purchasing link refers to PurchasingWebServiceURL
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
business id refers to BusinessEntityID
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
average age = AVG(subtract(year(now), year(HireDate)))
If a married employee has a western name style, what is the probability of him or her working as a store contact?
married refers to MaritalStatus = 'M'; western name style refers to NameStyle = 0; store contact refers to PersonType = 'SC'; probability = Divide (Count (BusinessEntityID( PersonType = 'SC' & MaritalStatus = 'M')), Count (BusinessEntityID ( PersonType) & MariatlStatus = 'M'))
Business along with their numbers refers to the BusinessEntityID; located in Duvall refers to City = 'Duvall'
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
Catgo Transport 5 is a name of shipping method; OrderDate = '2011-12-14'; total shipment cost = SUM(Freight);
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
employee refers to PersonType = 'EM'; Male refers to Gender = 'M'; Average = Divide( SUM(VacationHours(PersonType = 'EM'& Gender = 'M')),Count(BusinessEntityID(PersonType = 'EM' & Gender = 'M')));
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
mountain product line refers to ProductLine = 'M'; highest average rating = max(divide(sum(Rating), count(ProductReview)))
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
fewest online orders refer to MIN(Quantity);
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
projected yearly sales quota refers to SalesQuota; projected yearly sales quota in 2013 refers to year(QuotaDate) = 2013; percentage = (MULTIPLY(DIVIDE(SUM(Bonus)), (SUM(SalesQuota))) as percentage;
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
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;
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
non-sales employee refers to PersonType = 'EM'
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
credit card number refers to CardNumber;
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
minimum inventory quantity refers to SafetyStockLevel; chainring bolts is a name of product;
Compare the average pay rate of male and female employees.
male refers to Gender = 'M'; female refers to Gender = 'F'; difference in average rate = DIVIDE(AVG(Rate where Gender = 'F')), (AVG(Rate where Gender = 'M'))) as diff;
compartment refers to Shelf; container refers to Bin; Lock Ring is a name of product
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
store contact refers to PersonType = 'SC';
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
Canada is name of a sales territory
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
product is mnanufactured in-house refers to MakeFlag = 1; salable product refers to FinishedGoodsFlag = 1;
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
price refers to ListPrice; highest price refers to MAX(ListPrice);
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
Located refers to the total address of the entity that comprises city, addressline1, addressline2
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
minimum inventory quantity refers to SafetyStockLevel; chainring bolts is a name of product;
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
least number of sick leave refers to min(SickLeaveHours); PayFrequency = 1 means ‘Salary received monthly’; PayFrequency = 2 means ‘Salary received biweekly';
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
thumbnail photo file refers to ThumbnailPhotoFileName;
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
goods refers to products
Between Northwest and Southeast of the United States, which territory one recorded the highest amount of sales last year?
United States refers to CountryRegionCode = 'US';
Sales and Marketing is group name of a department
Please list the total number of companies with a commission percentage of 0.018 or above, along with each company's assigned geographical location.
geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;
288th sales person refers to BusinessEntityID = 288; predited annual sales refers to SalesQuota; actual sales refers to SalesYTD; difference = Substract(SalesQuota(BusinessEntityID(288))), (SalesYTD(BusinessEntityID(288)));
Please list the total number of companies with a commission percentage of 0.018 or above, along with each company's assigned geographical location.
geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;
vendor's selling price refers to StandardPrice
Please list the total number of companies with a commission percentage of 0.018 or above, along with each company's assigned geographical location.
geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;
business id refers to BusinessEntityID
Please list the total number of companies with a commission percentage of 0.018 or above, along with each company's assigned geographical location.
geographical location refers to group from SalesPerson; ComissionPct refers to commission percentage where ComissionPct > = 0.018;
projected yearly sales quota refers to SalesQuota; projected yearly sales quota in 2013 refers to year(QuotaDate) = 2013; percentage = (MULTIPLY(DIVIDE(SUM(Bonus)), (SUM(SalesQuota))) as percentage;