You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber 8c9a19ec97 Adding SQL query language 4 years ago
..
Write a SQL query to calculate the average price of all the products.sql Adding SQL query language 4 years ago
Write a SQL query to display the average price of each company's products, along with their code.sql Adding SQL query language 4 years ago
Write a SQL query to find the number of products with a price more than or equal to Rs.350.sql Adding SQL query language 4 years ago
Write a SQL statement find the number of customers who gets at least a gradation for hisor her performance..sql Adding SQL query language 4 years ago
Write a SQL statement that counts all orders for a date August 17th, 2012.sql Adding SQL query language 4 years ago
Write a SQL statement that counts the number of different non NULL city values for salesmen.sql Adding SQL query language 4 years ago
Write a SQL statement to display customer details (ID and purchase amount) whose and highest purchase amount is more than 1000..sql Adding SQL query language 4 years ago
Write a SQL statement to find the average purchase amount of all orders.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount on a date '2012-08-17' for each salesman with their ID.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount ordered by the each customer on a particular date with their ID, order date and highest purchase amount.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount ordered by the each customer with their ID and highest purchase amount.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount with their ID amount in a day is within the list 2000, 3000, 5760 and 6000..sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount with their ID and order date, for only those customers who have highest purchase amount in a day is more than 2000.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount with their ID and order date, for those customers who have a higher purchase.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount with their ID, for only those customers whose ID is within the range 3002 and 3007.sql Adding SQL query language 4 years ago
Write a SQL statement to find the highest purchase amount with their ID, for only those salesmen whose ID is within the range 5003 and 5008.sql Adding SQL query language 4 years ago
Write a SQL statement to find the number of salesmen currently listing for all of their customers.sql Adding SQL query language 4 years ago
Write a SQL statement to find the total purchase amount for all orders.sql Adding SQL query language 4 years ago
Write a SQL statement to know how many customers have listed their names.sql Adding SQL query language 4 years ago
Write a SQL statement to know the maximum purchase amount of all the orders.sql Adding SQL query language 4 years ago
Write a SQL statement to know the minimum purchase amount of all the orders.sql Adding SQL query language 4 years ago
Write a SQL statement which selects the highest grade for each of the cities of the customers.sql Adding SQL query language 4 years ago
Write a query in SQL to find the number of employees in each department along with the department code.sql Adding SQL query language 4 years ago
Write a query in SQL to find the sum of the allotment amount of all departments.sql Adding SQL query language 4 years ago
Write a query that counts the number of salesmen with their order date and ID registering orders for each day.sql Adding SQL query language 4 years ago