.. |
Display all in reverse, where order dates equal to a specified date or customer id greater than a specified number and purchase amount less than a specified amount..sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Display all in reverse, where order dates equal to a specified date or customer id greater than a specified number and purchase amount less than a specified amount.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a query in SQL to display all the data of employees that work in department 47 or department 63.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a query in SQL to find the data of employees whose last name is Dosni or Mardy.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a query statement to display all customers in New York who have a grade value above 100.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a query to display all customers with a grade above 100.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL query to display all orders where purchase amount less than a specified amount or order date and customer_id must not.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL query to display order number, purchase amount, achived, the unachieved percentage for those order which exceeds the 50% of the target value of 6000.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL query to display those customers who are neither belongs to the city New York nor grade value is more than 100.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL statement to display all customers, who are either belongs to the city New York or had a grade above 100.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL statement to display all the customers, who are either belongs to the city New York or not had a grade above 100.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL statement to display either those orders which are not issued on date 2012-09-10 and issued by the salesman whose ID is 505 and below or t.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |
Write a SQL statement to display salesman_id, name, city and commission who gets the commission within the range more than 0.10% and less than 0.12%.sql
|
Adding SQL query language
|
2019-11-18 14:05:53 +01:00 |