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 647120. Using a set operator, display the client number of all clients who have never placed an order.
219321. 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.
211222. 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
202223. 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 541724. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
2 515925. Display the client number and the value of the highest value order placed by that client.
2 54611. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
1 43482. Display the post code and the total number of purchase orders placed with creditors in that post code.
20693. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
22154. Using a set operator, display the creditor number of all creditors who have ever been paid.
2 51445. 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 7930I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
1 2980write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
11 17114Post New Wipro Oracle General Interview Questions
What is static resources?
what is Speculative Execution?
How do you organize layers in adobe photoshop?
Provide the important core components of android.
What is an injector pressure in heavy vehicles?
can I create a dff on any database column?
What is a document header?
What are snapshots?
What is the main method java?
Does deleting all files uninstall a program?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
How the aop used in spring?
How would you implement drag-and-drop in silverlight?
How to use the inserted and deleted pseudo tables?