query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | not subscribed to the mailing list refers to SubscribedToEmailList = 'FALSE'; percentage = MULTIPLY(DIVIDE(SUM(CustomerID WHERE StarRating > 3), COUNT(CustomerID) WHERE SubscribedToEmailList = 'FALSE'), 1.0); |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | 5 stars refers to StarRating = 5; in November 2012 refers to ReviewDate LIKE '2012-11%'; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | FALSE; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | most common refers to MAX(COUNT(StarRating)); containing corn syrup refers to CornSyrup = 'TRUE'; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | users permit the company to send regular emails to them refers to subscribedtoemaillist = 'TRUE'; Visa card refers to creditcardtype = 'Visa'; in July, 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014' AND SUBSTR(TransactionDate, 6, 2) = '07'; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | Mastercard refers to CreditCardType = 'MasterCard'; between 12/25/2014 and 5/20/2016 refers to TransactionDate BETWEEN '2014-12-25' AND '2016-05-20'; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | sweet refers to Honey = 'TRUE'; bottled refers to ContainerType = 'Bottle'; do not contain cane sugar refers to CaneSugar = 'FALSE'; in 2015 refers to PurchaseDate < = '2015-12-31'; Sac State American River Courtyard refers to LocationName = 'Sac State American River Courtyard'; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | customer that has the most reviews refers to MAX(COUNT(CustomerID)); full name = First, Last; |
How many stars did Urijah Faber rate for Frostie? | stars refers to StarRating; Frostie refers to BrandName = 'Frostie'; | Between Sac State Union and Sac State American River Courtyard refers to LocationName IN('Sac State American River Courtyard', 'Sac State Union'); Dog n Suds refers to BrandName = 'Dog n Suds'; sold the most root beer refers to MAX(COUNT(BrandID)); |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | male customers refers to Gender = 'M'; Sacramento refers to City = 'Sacramento'; percentage = MULTIPLY(DIVIDE(SUM(BrandID WHERE BrandName = 'Dominion'), COUNT(BrandID) WHERE City = 'Sacramento'), 1.0); Dominion refers to BrandName = 'Dominion'; in 2013 refers to TransactionDate > = 2013-01-01 AND TransactionDate < 2014-01-01; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | full name = First, Last; American Express cards refers to CreditCardType = 'American Express'; Sac State Union refers to LocationName = 'Sac State Union'; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | FALSE; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | brands of the root beer refers to BrandName; purchased on 2014/7/7 refers to transactiondate = '2014-07-07'; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | full name = First, Last; River City refers to BrandName = 'River City'; 5-star refers to StarRating = 5; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | type of card refers to CreditCardType; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | most purchased root beer refers to MAX(COUNT(BrandID)); in 2016 refers to PurchaseDate > = '2016-01-01' AND PurchaseDate < = '2016-12-31'; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | name of the brand of the beer refers to BrandName; shortest brewed history refers to MAX(FirstBrewedYear); |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | FALSE; |
What is the difference in the average number of sales per day of root beer brands that contain honey and that don’t contain honey. | difference in the average = SUBTRACT(DIVIDE(MULTIPLY(SUM(Honey = 'TRUE'), 1.0), COUNT(TransactionDate)), DIVIDE(MULTIPLY(SUM(Honey = 'FALSE'), 1.0), COUNT(TransactionDate))); contain honey refers to Honey = 'TRUE'; don’t contain honey refers to Honey = 'FALSE' | most common refers to MAX(COUNT(StarRating)); containing corn syrup refers to CornSyrup = 'TRUE'; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | average cost = DIVIDE(SUM(PurchasePrice > 2), COUNT(RootBeerID) WHERE PurchasePrice > 2); more than 2 dollars refers to PurchasePrice > 2; in bottles refers to ContainerType = 'Bottle'; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | email address refers to Email; transaction 100016 refers to TransactionID = 100016; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | in bottles refers to ContainerType = 'Bottle'; location 38.559615, -121.42243 refers to latitude = 38.559615 AND longitude = -121.42243; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | visa card refers to CreditCardType = 'Visa'; percentage = MULTIPLY(DIVIDE(SUM(CreditCardType = 'Visa'), COUNT(TransactionID)), 1.0); |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | bottle root beer refers to ContainerType = 'Bottle'; purchased between 4/3/2015 and 10/26/2015 refers to PurchaseDate BETWEEN '2015-04-23' AND '2015-10-26'; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | users permit the company to send regular emails to them refers to subscribedtoemaillist = 'TRUE'; Visa card refers to creditcardtype = 'Visa'; in July, 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014' AND SUBSTR(TransactionDate, 6, 2) = '07'; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | root beer brand refers to BrandName; lowest purchase refers to MIN(COUNT(BrandID)); |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | precise location refers to Latitude, Longitude; American Express refers to CreditCardType = 'American Express'; |
What are the full names of the first top 10 customers? | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; | FALSE; |
Tell the number of reviews given by James House. | FALSE; | in 2014 refers to PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2014-12-31'; percentage = MULTIPLY(DIVIDE(SUM(ContainerType = 'Can'), COUNT(RootBeerID) WHERE PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2014-12-31'), 1.0); in cans refers to ContainerType = 'Can'; |
Tell the number of reviews given by James House. | FALSE; | lowest star rating refers to MIN(StarRating); "Too spicy!" review refers to Review = 'Too Spicy!'; |
Tell the number of reviews given by James House. | FALSE; | non-sweetened refers to honey = 'FALSE' AND artificialsweetener = 'FALSE'; |
Tell the number of reviews given by James House. | FALSE; | sold in 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014'; percentage = DIVIDE(MULTIPLY(SUM(BreweryName = 'AJ Stephans Beverages'), 1.0), COUNT(RootBeerID)) WHERE SUBSTR(TransactionDate, 1, 4) = '2014'; AJ Stephans Beverages refers to BreweryName = 'AJ Stephans Beverages'; |
Tell the number of reviews given by James House. | FALSE; | male customers refers to Gender = 'M'; Sacramento refers to City = 'Sacramento'; percentage = MULTIPLY(DIVIDE(SUM(BrandID WHERE BrandName = 'Dominion'), COUNT(BrandID) WHERE City = 'Sacramento'), 1.0); Dominion refers to BrandName = 'Dominion'; in 2013 refers to TransactionDate > = 2013-01-01 AND TransactionDate < 2014-01-01; |
Tell the number of reviews given by James House. | FALSE; | full name = First Last; first top 10 customers refers to MIN(FirstPurchaseDate) LIMIT 10; |
Tell the number of reviews given by James House. | FALSE; | dates of purchase refers to TransactionDate; male customer refers to Gender = 'M'; purchased more than 3 root beers refers to COUNT(CustomerID) > 3; |
Tell the number of reviews given by James House. | FALSE; | September 2014 refers to ReviewDate LIKE '2014-09%'; brand of beers refers to BrandName; highest star ratings refers to MAX(StarRating); |
Tell the number of reviews given by James House. | FALSE; | A&W refers to BrandName = 'A&W'; |
Tell the number of reviews given by James House. | FALSE; | 5 stars refers to StarRating = 5; in November 2012 refers to ReviewDate LIKE '2012-11%'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | visa card refers to CreditCardType = 'Visa'; percentage = MULTIPLY(DIVIDE(SUM(CreditCardType = 'Visa'), COUNT(TransactionID)), 1.0); |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | sweet refers to Honey = 'TRUE'; bottled refers to ContainerType = 'Bottle'; do not contain cane sugar refers to CaneSugar = 'FALSE'; in 2015 refers to PurchaseDate < = '2015-12-31'; Sac State American River Courtyard refers to LocationName = 'Sac State American River Courtyard'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | root beer brand refers to BrandName; lowest purchase refers to MIN(COUNT(BrandID)); |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | brands of the root beer refers to BrandName; purchased on 2014/7/7 refers to transactiondate = '2014-07-07'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | in July, 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014' AND SUBSTR(TransactionDate, 6, 2) = '07'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | average star rating = AVG(StarRating); female customers refers to Gender = 'F; from 1/25/2015 to 3/10/2015 refers to ReviewDate BETWEEN '2015-01-25' AND '2015-03-10'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | difference = SUBTRACT(COUNT(ContainerType = 'Bottle' WHERE State = 'LA'), COUNT(ContainerType = 'Bottle' State = 'MO')); bottles refers to ContainerType = 'Bottle'; Louisiana refers to State = 'LA'; Missouri refers to State = 'MO'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | sold in 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014'; percentage = DIVIDE(MULTIPLY(SUM(BreweryName = 'AJ Stephans Beverages'), 1.0), COUNT(RootBeerID)) WHERE SUBSTR(TransactionDate, 1, 4) = '2014'; AJ Stephans Beverages refers to BreweryName = 'AJ Stephans Beverages'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | percentage difference = (DIVIDE(MULTIPLY(SUBTRACT(SUM(PurchasePrice WHERE BrandName = 'River City'), SUM(PurchasePrice WHERE BrandName = 'Frostie')), 100), SUM(PurchasePrice WHERE BrandName = 'Frostie'))); River City refers to BrandName = 'River City'; Frostie refers to BrandName = 'Frostie'; |
Which type of card did Dick Ruthven use to pay for all of his transactions? | type of card refers to CreditCardType; | review content of "Tastes like Australia." refers to Review = 'Tastes like Australia.'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | full name = First, Last; River City refers to BrandName = 'River City'; 5-star refers to StarRating = 5; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | FALSE; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | transaction no. refers to TransactionID; TransactionID = 103545; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | available in cans refers to AvailableInCans = 'TRUE'; contain corn syrup refers to CornSyrup = 'TRUE'; contain artificial sweeteners refers to ArtificialSweetener = 'TRUE'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | brands of the root beer refers to BrandName; purchased on 2014/7/7 refers to transactiondate = '2014-07-07'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | customer that has the most reviews refers to MAX(COUNT(CustomerID)); full name = First, Last; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | AJ Stephans refers to BreweryName = 'AJ Stephans Beverages'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | non-sweetened refers to honey = 'FALSE' AND artificialsweetener = 'FALSE'; |
Which brand in 2012 has the lowest star rating and contains cane sugar as well as honey? | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; | email addresses refers to Email; Sacramento refers to City = 'Sacramento'; star rating of more than 3 refers to StarRating > 3; in 2014 refers to ReviewDate LIKE '2014%'; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | Between Sac State Union and Sac State American River Courtyard refers to LocationName IN('Sac State American River Courtyard', 'Sac State Union'); Dog n Suds refers to BrandName = 'Dog n Suds'; sold the most root beer refers to MAX(COUNT(BrandID)); |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | Sac State Union refers to LocationName = 'Sac State Union'; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | full name = First, Last; customers who have purchased at least one root beer refers to CustomerID > = 1; produced by AJ Stephans Beverages refers to BreweryName = 'AJ Stephans Beverages'; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | most amount of profit per unit refers to MAX(SUBTRACT(CurrentRetailPrice, WholesaleCost)); least amount of profit per unit refers to MIN(SUBTRACT(CurrentRetailPrice, WholesaleCost)); |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | California refers to State = 'CA'; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | 5 stars refers to StarRating = 5; in November 2012 refers to ReviewDate LIKE '2012-11%'; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | FALSE; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | name of the customer = First, Last; 5-star review refers to StarRating = 5; |
Give me the full name of the first customer, and tell me how long ago he or she wrote his or her first review since making his or her first purchase. | full name = First, Last; how long ago = SUBTRACT(ReviewDate, FirstPurchaseDate); | FALSE; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | FALSE; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | between 2015 to 2016 refers to TransactionDate > = '2015-01-01' AND TransactionDate < '2016-12-31'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | sweet refers to Honey = 'TRUE'; bottled refers to ContainerType = 'Bottle'; do not contain cane sugar refers to CaneSugar = 'FALSE'; in 2015 refers to PurchaseDate < = '2015-12-31'; Sac State American River Courtyard refers to LocationName = 'Sac State American River Courtyard'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | email addresses refers to Email; Sacramento refers to City = 'Sacramento'; star rating of more than 3 refers to StarRating > 3; in 2014 refers to ReviewDate LIKE '2014%'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | available in cans refers to AvailableInCans = 'TRUE'; contain corn syrup refers to CornSyrup = 'TRUE'; contain artificial sweeteners refers to ArtificialSweetener = 'TRUE'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | brand refers to BrandName; in 2012 refers to ReviewDate LIKE '2012%'; lowest star rating refers to MIN(StarRating); contains cane sugar as well as honey refers to CaneSugar = 'TRUE' AND Honey = 'TRUE'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | most purchased root beer refers to MAX(COUNT(BrandID)); in 2016 refers to PurchaseDate > = '2016-01-01' AND PurchaseDate < = '2016-12-31'; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | name of the root beer brand refers to BrandName; advertised on facebook refers to FacebookPage IS not NULL; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | precise location = Latitude, Longitude; |
At what latitude is the Thomas Kemper brand beer consumed the most? | Thomas Kemper refers to BrandName = 'Thomas Kemper'; latitude the beer is consumed the most refers to MAX(COUNT(Latitude)); | Mastercard refers to CreditCardType = 'MasterCard'; between 12/25/2014 and 5/20/2016 refers to TransactionDate BETWEEN '2014-12-25' AND '2016-05-20'; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | sweet refers to Honey = 'TRUE'; bottled refers to ContainerType = 'Bottle'; do not contain cane sugar refers to CaneSugar = 'FALSE'; in 2015 refers to PurchaseDate < = '2015-12-31'; Sac State American River Courtyard refers to LocationName = 'Sac State American River Courtyard'; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | brand of root beer refers to BrandName; produced by Dr Pepper Snapple Group refers to BreweryName = 'Dr Pepper Snapple Group'; percentage of purchases = MULTIPLY(DIVIDE(SUM(BrandID WHERE PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2016-12-31'), COUNT(BrandID) WHERE BreweryName = 'Dr Pepper Snapple Group'), 1.0); between 2014 to 2016 refers to PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2016-12-31; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | female refers to Gender = 'F'; contains artificial sweetener refers to ArtificialSweetener = 'TRUE'; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | in July, 2014 refers to SUBSTR(TransactionDate, 1, 4) = '2014' AND SUBSTR(TransactionDate, 6, 2) = '07'; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | FALSE; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | dates of purchase refers to TransactionDate; male customer refers to Gender = 'M'; purchased more than 3 root beers refers to COUNT(CustomerID) > 3; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | review content of "Tastes like Australia." refers to Review = 'Tastes like Australia.'; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | in bottles refers to ContainerType = 'Bottle'; location 38.559615, -121.42243 refers to latitude = 38.559615 AND longitude = -121.42243; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | email address refers to Email; transaction 100016 refers to TransactionID = 100016; |
Please name any three root beer brands that have the highest market evaluation and acceptance. | root beer brands refers to BrandName; highest market evaluation and acceptance refers to MAX(COUNT(StarRating = 5)); | most purchased root beer refers to MAX(COUNT(BrandID)); in 2016 refers to PurchaseDate > = '2016-01-01' AND PurchaseDate < = '2016-12-31'; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | review content of "Tastes like Australia." refers to Review = 'Tastes like Australia.'; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | lowest star rating refers to MIN(StarRating); "Too spicy!" review refers to Review = 'Too Spicy!'; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | type of card refers to CreditCardType; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | 5-star rating refers to StarRating = 5; in 2013 refers to ReviewDate LIKE '2013%'; unit profit available to wholesalers = SUBTRACT(CurrentRetailPrice, WholesaleCost); |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | brand of root beer refers to BrandName; produced by Dr Pepper Snapple Group refers to BreweryName = 'Dr Pepper Snapple Group'; percentage of purchases = MULTIPLY(DIVIDE(SUM(BrandID WHERE PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2016-12-31'), COUNT(BrandID) WHERE BreweryName = 'Dr Pepper Snapple Group'), 1.0); between 2014 to 2016 refers to PurchaseDate > = '2014-01-01' AND PurchaseDate < = '2016-12-31; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | most 5 star ratings refers to MAX(COUNT(StarRating = 5)); name of the brewery refers to BreweryName; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | root beer brand refers to BrandName; lowest purchase refers to MIN(COUNT(BrandID)); |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | available in cans refers to AvailableInCans = 'TRUE'; contain corn syrup refers to CornSyrup = 'TRUE'; contain artificial sweeteners refers to ArtificialSweetener = 'TRUE'; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | female refers to Gender = 'F'; contains artificial sweetener refers to ArtificialSweetener = 'TRUE'; |
For the customer who gave a 3 star rating to Frostie brand on 2014/4/24, did the user permit the company to send regular emails to him/her? | 3 star rating refers to StarRating = 3; Frostie refers to BrandName = 'Frostie'; if SubscribedToEmailList = 'TRUE', it means the user permit the company to send regular emails to him/her; if SubscribedToEmailList = FALSE', it means the user did not permit the company to send regular emails to him/her; rating on 2014/4/24 refers to ReviewDate = '2014-04-24'; | email addresses refers to Email; Sacramento refers to City = 'Sacramento'; star rating of more than 3 refers to StarRating > 3; in 2014 refers to ReviewDate LIKE '2014%'; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.