18. Display the clientno and total value for all orders
placed by that client. Output the result in the following
format: Client
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
2 658220. Using a set operator, display the client number of all clients who have never placed an order.
225221. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
217322. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
208523. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
3 554624. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
2 525125. Display the client number and the value of the highest value order placed by that client.
2 55381. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 44352. Display the post code and the total number of purchase orders placed with creditors in that post code.
21053. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
22644. Using a set operator, display the creditor number of all creditors who have ever been paid.
2 52405. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
6 8139Post New Wipro Interview Questions
What is band and why the company needs this?
How can I check a website is safe?
Which is better stringbuffer or stringbuilder?
What is whitespace in javascript?
Define a dashboard in salesforce?
What are the types of trigger in oracle?
Is ansible an open source tool?
What steps can be taken to secure user data in AI systems?
What is the latest version of apache web server?
What is meant by dom?
Explain the .net web services supported data types?
What is statutory liquidity ratio (slr)?
What is stack example?
Explain Events and Listeners ?
What is the use of Show as expanded field while creating menu?