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
..
2Write a SQL query to display the average price of items of each company, showing the name of the company.sql Adding SQL query language 4 years ago
3Write a SQL query to display the average price of items of each company, showing the name of the company.sql Adding SQL query language 4 years ago
Write a SQL query to display all the data from the item_mast, including all the data for each item's producer company.sql Adding SQL query language 4 years ago
Write a SQL query to display the average price of items of each company, showing the name of the company.sql Adding SQL query language 4 years ago
Write a SQL query to display the item name, price, and company name of all the products.sql Adding SQL query language 4 years ago
Write a SQL statement to find the details of a order i.e. order number, order date, amount of order, which customer gives the order and which salesman works for that customer.sql Adding SQL query language 4 years ago
Write a SQL statement to find the list of customers who appointed a salesman for their jobs who does not live in the same city where their customer lives, and gets a commission is above 12%.sql Adding SQL query language 4 years ago
Write a SQL statement to find the list of customers who appointed a salesman for their jobs who gets a commission from the company is more than 12%.sql Adding SQL query language 4 years ago
Write a SQL statement to know which salesman are working for which customer.sql Adding SQL query language 4 years ago
Write a SQL statement to make a cartesian product between salesman and customer i.e. each salesman will appear for all customer and vice versa for that customer who belongs to a city.sql Adding SQL query language 4 years ago
Write a SQL statement to make a cartesian product between salesman and customer i.e. each salesman will appear for all customer and vice versa for those salesmen who belongs.sql Adding SQL query language 4 years ago
Write a SQL statement to make a cartesian product between salesman and customer i.e. each salesman will appear for all customer and vice versa for those salesmen who must belong a city.sql Adding SQL query language 4 years ago
Write a SQL statement to make a cartesian product between salesman and customer i.e. each salesman.sql Adding SQL query language 4 years ago
Write a SQL statement to make a join on the tables salesman, customer and orders in such a form that the same column of each table will appear once and only the relational rows will come.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list for the salesmen who either work for one or more customers or yet to join any of the customer.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list for the salesmen who works either for one or more customer or not yet join under any of the customers.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list in ascending order for the customer who holds a grade less than 300 and works either through a salesman or by own.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list in ascending order for the customer who works either through a salesman or by own.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list in ascending order for the salesmen who works either for one or more customer or not yet join under any of the customers.sql Adding SQL query language 4 years ago
Write a SQL statement to make a list with order no, purchase amount, customer name and their cities for those orders which order amount between 500 and 2000.sql Adding SQL query language 4 years ago
Write a SQL statement to make a report with customer name, city, order no. order date, purchase amount for only those customers on the list who must have a grade and placed.sql Adding SQL query language 4 years ago
Write a SQL statement to make a report with customer name, city, order no. order date, purchase amount for those customers from the existing list who placed one or more orders.sql Adding SQL query language 4 years ago
Write a SQL statement to make a report with customer name, city, order number, order date, and order amount in ascending order according to the order date.sql Adding SQL query language 4 years ago
Write a SQL statement to make a report with customer name, city, order number, order date, order amount salesman name and commission to find that either any of the existing customers.sql Adding SQL query language 4 years ago
Write a SQL statement to prepare a list with salesman name, customer name and their cities for the salesmen and customer who belongs to the same city.sql Adding SQL query language 4 years ago