query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
average actual profit = AVG(SUBTRACT(priceEach, buyPrice)); 1937 Lincoln Berline is a product name;
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
classic car is a product line; most ordered product refers to MAX(quantityOrdered);
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
SUM(MULTIPLY(quantityOrdered, priceEach)
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
paymentDate BETWEEN '2003-08-01' AND '2004-08-30'; Mini Gifts Distributors Ltd. Is a customer name;
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
DIVIDE(SUBTRACT(MSRP, priceEach)), MSRP); product No. S18_3482 refers to productCode = 'S18_3482'
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
USA is a country; total amount payment refers to SUM(amount);
|
Calculate the total price of shipped orders belonging to Land of Toys Inc. under the classic car line of products.
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
Products refer to productCode; Expected profits = SUBTRACT(MSRP, buyPrice);
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
staff of refers to reportsTO; San Francisco is a city;
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
DIVIDE(SUBTRACT(MSRP, priceEach)), MSRP); product No. S18_3482 refers to productCode = 'S18_3482'
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
VP Sales refers to jobTitle
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
USA is a country; total amount payment refers to SUM(amount);
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
Australia is a country; creditLimit < 20000;
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
paymentdate BETWEEN '2003-01-01' AND '2004-12-31'; customers who have paid more than three times refers to (COUNT(customernumber)>3);
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
Most profitable order can be computed as MAX(MULTIPLY(quantityOrdered, SUBTRACT(priceEach, buyPrice)).
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
1939 'Chevrolet Deluxe Coupe' refers to productName; the highest price refers to MAX(priceEach)
|
What is the percentage of employees are in Paris office?
|
DIVIDE(COUNT(employeeNumber) when city = 'Paris'), (COUNT(employeeNumber)) as percentage;
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
The highest unit price refers to MAX(priceEach)
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
average amount of payments = DIVIDE(SUM(amount), COUNT(customerNumber); first half of 2014 refers to paymentDate > = '2004-01-01' AND paymentDate < '2004-07-01;
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
Most profitable order can be computed as MAX(MULTIPLY(quantityOrdered, SUBTRACT(priceEach, buyPrice)).
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
Still processing refers to status = 'In Process';
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
Address comprises addressLine1 and addressLine2;
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
The most ordered quantity product refers to productName where Max(quantityOrdered); SUBTRACT(MSRP, buyPrice);
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
amount of payment refers to amount;
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
average amount payment = AVG(amount);
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
Euro+ Shopping Channel is a customer name; year(paymentDate) = '2004';
|
How many Sales Rep who are working in Tokyo? List out email and full name of those employees.
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
Sales representative refers to jobTitle = 'Sales Rep'; country = 'USA';
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
Cruz & Sons Co. is name of customer; the biggest amount refers to MAX(quantityOrdered).
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
Best selling products refer to products with MAX(quantityOrdered); 2003 refers to year(orderDate) = 2003;
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
Employee 1370 refers to employeeNumber = '1370';
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
1939 'Chevrolet Deluxe Coupe' refers to productName; the highest price refers to MAX(priceEach)
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
Cruz & Sons Co. is name of customer; 2003/3/3 refers to orderDate;
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
The greatest expected profit refers to MAX(SUBTRACT(MSRP, buyPrice);
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
orderDate between '2005-01-01' and '2005-12-31'; full address = addressLine1+addressLine2;
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
Please calculate the average total price of shipped orders from German customers.
|
average total price = DIVIDE(MULTIPLY(quantityOrdered, priceEach)), COUNT(orderNumber)); German is a nationality of country = 'Germany'; shipped orders refers to status = 'Shipped';
|
The largest order in terms of total price refers to MAX(SUM(MULTIPLY(quantityOrdered, priceEach)).
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
SUM(MULTIPLY(quantityOrdered, priceEach)
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
Motorcycles refer to productLine = 'motorcycles'; ordered in 2004 refers to year(orderDate) = 2004;
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
staff of refers to reportsTO; San Francisco is a city;
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
The highest unit price refers to MAX(priceEach)
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
full address = addressLine1+addressLine2; shippedDate = '2005-04-04';
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
full address = addressLine1+addressLine2; Sales Manager is a job title;
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
Best selling products refer to products with MAX(quantityOrdered); 2003 refers to year(orderDate) = 2003;
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
UK is a country; Sales Rep is a job title;
|
Among the German customers, how many of the them has credit limit of zero?
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
full name = contactFirstName, contactLastName; Boston is a city;
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
classic car is a product line; most ordered product refers to MAX(quantityOrdered);
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
full address = addressLine1+addressLine2; shippedDate = '2005-04-04';
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
cancelled shipment refers to status = 'cancelled'; creditLimit > 115000;
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
staff of refers to reportsTO; San Francisco is a city;
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
DIVIDE(SUBTRACT(MSRP, priceEach)), MSRP); product No. S18_3482 refers to productCode = 'S18_3482'
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
last name of contact person starts with M refers to lastName LIKE 'M%'; Germany is a country; not from Germany refers to country<>'Germany';
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Motorcycles refer to productLine = 'motorcycles'; ordered in 2004 refers to year(orderDate) = 2004;
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Products refer to productCode; Expected profits = SUBTRACT(MSRP, buyPrice);
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Orders that are disputed refer to status = 'Disputed'; the sales representative means employees; names refers to firstName, lastName.
|
For the planes which has the hightest total price, how much it exceeds the average?
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Cruz & Sons Co. is name of customer; the biggest amount refers to MAX(quantityOrdered).
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
SUM(MULTIPLY(quantityOrdered, priceEach)) where productLine = 'Classic Cars'; status = 'Shipped'; customername = 'Land of Toys Inc';
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
1939 'Chevrolet Deluxe Coupe' refers to productName; the highest price refers to MAX(priceEach)
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
Products refer to productCode; Expected profits = SUBTRACT(MSRP, buyPrice);
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
country = 'USA'
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
Address comprises addressLine1 and addressLine2;
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
average amount of payments = DIVIDE(SUM(amount), COUNT(customerNumber); first half of 2014 refers to paymentDate > = '2004-01-01' AND paymentDate < '2004-07-01;
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
last name of contact person starts with M refers to lastName LIKE 'M%'; Germany is a country; not from Germany refers to country<>'Germany';
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
full address = addressLine1+addressLine2; Sales Manager is a job title;
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
Compared with the orders happened on 2005-04-08 and two days later, which day's order had a higher value?
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
Most profitable order can be computed as MAX(MULTIPLY(quantityOrdered, SUBTRACT(priceEach, buyPrice)).
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
plane is a product line; total price = MULTIPLY(quantityOrdered, priceEach); how much the total price exceeds the average = SUBTRACT(MAX(MULTIPLY(quantityOrdered, priceEach))), AVG(priceEach));
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
German is a nationality of country = 'Germany'; CREDITLIMIT = 0
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
Steve Patterson is an employee;
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
Employee 1370 refers to employeeNumber = '1370';
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
average total price = DIVIDE(SUM(MULTIPLY(quantityOrdered, priceEach))), COUNT(orderNumber)); year(orderDate) = '2005';
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
USA is a country; total amount payment refers to SUM(amount);
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
DIVIDE(SUBTRACT(MSRP, priceEach)), MSRP); product No. S18_3482 refers to productCode = 'S18_3482'
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
country = 'USA'
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
average amount of payments = DIVIDE(SUM(amount), COUNT(customerNumber); first half of 2014 refers to paymentDate > = '2004-01-01' AND paymentDate < '2004-07-01;
|
Determine the email and Code of employee who are working at United State, state MA
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
VP Sales refers to jobTitle
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
2005-04-08 and two days later refer to orderDate = '2005-04-08' and orderDate = '2005-04-10'; order with a higher value refers to MAX(Total price) = MULTIPLY(quantityOrdered, priceEach);
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
cancelled shipment refers to status = 'cancelled'; creditLimit > 115000;
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
full address = addressLine1+addressLine2; shippedDate = '2005-04-04';
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
Orders that are disputed refer to status = 'Disputed'; the sales representative means employees; names refers to firstName, lastName.
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
VP Sales refers to jobTitle
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
Gerakd Hermandez is an employee; French customer refers to customer from France where country = 'France'
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
Best selling products refer to products with MAX(quantityOrdered); 2003 refers to year(orderDate) = 2003;
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
average amount payment = AVG(amount);
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
reportsTO' is the leader of the 'employeeNumber';
|
If Dragon Souveniers, Ltd. aren't satisfied with their order and want to send a complain e-mail, which e-mail address should they send to?
|
E-mail address belongs to employee; customerName = 'Dragon Souveniers, Ltd.';
|
Sales Rep is a job title; Tokyo is a city; full name = firstName+lastName;
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
Cruz & Sons Co. is name of customer; 2003/3/3 refers to orderDate;
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
Euro+ Shopping Channel is a customer name; year(paymentDate) = '2004';
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
payment refers to amount; full name = firstName+lastName; supervisor refers to reportsTO; 'reportsTO' is the leader of the 'employeeNumber';
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
Pay in total refers to SUM(amount);
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
code of employee refers to employeeNumber; United States of America refers to country = 'USA';
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
average actual profit = AVG(SUBTRACT(priceEach, buyPrice)); 1937 Lincoln Berline is a product name;
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
The lowest amount of orders refers to MIN(quantityOrdered);
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
reportsTO' is the leader of the 'employeeNumber';
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
country = 'USA'
|
When was the product with the highest unit price shipped?
|
The highest unit price refers to MAX(priceEach); when shipped refers to shippedDate;
|
President refers to the jobTitle;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.