Finkelstein methodology, Database Management System

Assignment Help:

PART MARKING: For this section, we will use part marking. This means we will supply model answers to all questions but we will only mark six questions. We will choose these randomly and each question chosen for marking will be worth three marks. If you do not answer a question that is chosen for marking, you will receive no marks. You should therefore attempt all the questions. These questions are designed to hone your SQL skills before the exam.

Use the relations below to write SQL queries to solve the business problems specified.

CLIENT(clientno#,name, client_referred_by#)
ORDER(orderno#, clientno#, order_date, empid#)
ORDER_LINE(orderno#, order line number#, item_number#, no_of_items, item_ cost, shipping_date)
ITEM(item_number#, item_type, cost)
EMPLOYEE(empid#, emp_type#, deptno, salary, firstname, lastname)


Notes:

1. Each client may be referred by another client. If so, the client number of the referring client is stored in referred_by.

2. The total cost for a particular order line = no_of_items X item_cost.

1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.

2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.

3. Display all the client numbers in the ORDER table. Remove duplicates.

4. Display the order number and client number from the ORDER table. Output the result in the format. Client ordered

5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.

6. Display the client name and order date for all orders using the traditional method.

7. Repeat query (7) but also display all clients who have never ordered anything.

8. Display the client name and order date for all orders using the natural join keywords.

9. Display the client name and order date for all orders using the JOIN . . . USING method.

10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.

11. Display the client number and name and the client number and name of the person who referred that client.

12. Display the client name in upper case only and in lower case only.

13. Display the second to fifth characters in each client name.

14. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth.

15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string .

17. Display the order number and average item cost for each order.

18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client has placed orders to the value of

19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.

20. Using a set operator, display the client number of all clients who have never placed an order.

21. Using a set operator, display the client number of all clients who have ever placed an order and whose name does not contain the string Sm.

22. 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

23. 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.

24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.

25. Display the client number and the value of the highest value order placed by that client. (High challenge question - well above exam standard).

26. Display the earliest shipping date in the format: DD/MON/YYYY

27. Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).

28. Display the item_number, the total number of times that item has been sold and the average cost for that item. Restrict that output to items that have been included in more than 500 orders. (Hint: Assume an item will appear in only one order line of an order).

29. Display the surname for all employees who earn less the average salary of all those employees in the department with the lowest average salary.

30. Display the client number and the total number of orders the client has placed for all clients who have placed at least one order in 2011. (Hint: Use exists).


Related Discussions:- Finkelstein methodology

Explain about data independence, Data Independence This brings us to ou...

Data Independence This brings us to our next topic: data independence. It is the property of the database which tries to make sure that if we make any change in any level of sc

Need web-based database, Our company hires independent contractors to insta...

Our company hires independent contractors to install equipment at precise locations across North America. We want to track the installation data and generate reports. The compan

Define serializable schedule, Define Serializable schedule Serializable...

Define Serializable schedule Serializable schedule: An interleaved schedule of much more than one transaction is known as a serializable schedule, if it is equal to some serial

Differentiate between a global and a local temporary table, Differentiate b...

Differentiate between a Global and a Local temporary table? - A local temporary table exists only for the duration of a connection or if defined inside a compound statement, fo

Define functional and multivalued dependencies, Define functional and multi...

Define functional and multivalued dependencies.       Ans:  A functional dependency is a assets of the semantics of the attributes in a relation. The semantics point out how at

Differentiate between b-tree and b+ tree, Differentiate between B-tree and ...

Differentiate between B-tree and B + tree    Ans:  A B-tree (or Balanced Tree) is a search tree along with additional constraints that makes sure that the tree is all the time

With the help of a diagram defines typical element modules, With the help o...

With the help of a diagram defines the typical element modules of a DBMS? The functional elements of a database system can be widely divided into: 1) Storage manager and 2) q

Need senior oracle database administrator, Project Description: Oracle C...

Project Description: Oracle Certified Professional with 20 years of practice, Oracle version 6.0.34, 7.3, 8.0, 8i, 9i, 10G, 11G, 12C. Crossplatform migration, Informix, MSSql

Answer, Describe multi key files

Describe multi key files

What is foreign key, What is foreign key? Foreign Key - Let there are...

What is foreign key? Foreign Key - Let there are two relations in tables R and S. Any candidate key of the relation R that is referred in the relation S is known as the forei

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd