Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) 20. 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 55401. 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 8143
What is blob data type in oracle?
What is embedded sql with example?
How many ways to get the current time?
Explain the advantages of rdbms?
what do u mean by canvases and alerts?
How do I stop a postgresql console?
Explain relationship between jdbc and sybase.
How do I view a trc file?
How can one get sql*loader to commit only at the end of the load file? : aql loader
Is it possible to have multiple layouts in a report?
What are the various normalizations in database?
How mongodb is better than other sql server databases?
What is key set driven?
How to apply cascading referential integrity in place of triggers?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?