MIS602 Data Modelling and Database Design Assignment

Assignment Help PL-SQL Programming
Reference no: EM132483301

MIS602 Data Modelling and Database Design - Laureate International Universities

Two - Database programming evaluation practical

Context:

The MIS602 Data Modelling & Database Design subject is designed for you to progressively add to your understanding of data and database management and its relevance with in business context. It also introduces you to some of the key features of database management system and designing database systems that will feature in later modules of this topic. In order for you to do well in this subject, it is imperative that you undertake all of the learning activities in the modules. The learning activities are presented as a way of scaffolding your learning so that you can attempt the building blocks of the assessments and be in a safe environment to fail and to learn from them. Therefore, doing your learning activities and seeking feedback from them from peers and from the learning facilitator is the single best way of preparing for doing well in this assessment.

Instructions:

You need to create the database tables as per below entities and complete the Questions listed in this instruction.

Question 1: Create three tables with relevant keys as suggested in the above diagram

Question 2: Insert record of 10 employees in the employee table

Question 3: Insert record of 5 departments in the department table Question 4: Insert record of 5 salary levels in the salary table

Question 5: Write a query to display the information about the employees in the employee table

Question 6: Write a query to display the name of all the employees

Question 7: Write a query to display the name of all the employees and their jobname. Question 8: Write a query in SQL to display the unique jobname for all the employees

Question 9: Write a query to increase the salary for all the employees by 12%. Display the empname, jobname and salary after the increment

Question 10: Write a query to display the employee names with minimum and maximum salary.

Question 11: Write a query to display the employee id, employee name, jobname of all the employees whose salary is greater than 90,000 P.A.

Question 12: write a query to display the all the details of all the employees whose jobname is Manager. (Hint: While entering the records for employee, make sure to add manager as jobname for a few employees.)

Question 13: Write a query to display the all the details of the employee whose name is Robert. (Hint: While entering the records for employee, make sure to add Robert as empname for at least one employee.)

Question 14: Write a query to display all the details of the employee who work as a manager and have salary greater than 95000 P.A.

Question 15: Write a query to display employeeid, employee name, jobname and date of joining of all the employees who joined after year 2001.

Question 16: Write a query to display the list of all the employees whose annual salary is within the range 55000 and 95000.( Hint: make sure to add the salary in this range while entering records in the employee table)

Question 17: Write a query to display the list of all the employees in the descending order of their salaries.

Question 18: Write a query to count the number of employees in the employee table.

Question 19: Insert a new record in the employee table and add ANALYST as their jobname. The other fields can be added as per your choice

Question 20: Insert a new record in the employee table with the following data fields employee_id= 1011
empname= Janet jobname= PROGRAMMER managerid= 5095
dateofhire= 12-10-2014

salary= 90000 department_iD=2011

Question 21: Write a query to delete the record of the employee whose name is ‘Flynn'. (Hint: Make sure to add a record with employee name ‘Flynn' in the beginning.

Question 22: Write a query to update the salary by 15% of the employee whose employee name is ROBERT.

Question 23: Write a query to find the number of staff working in each department and the sum of their salaries.

Question 24: Write a query to find all employees with the string ‘Avenue' in their address

When you are finished this, prepare a document with all SQL commands used for each Question and summarise your experience. On the morning following submission, the learning facilitator will allocate you another student's document to assess. It is then your turn to assess another student's work. You will have three days to assess the other student's work and to upload your response to Blackboard. In no more than 500 words, provide a critique of that student's work to them. You can choose whether to identify yourself but you should provide constructive feedback, balancing good points and points where the student can improve. You should provide feedback to the other student on their usage of commands and summary document. You are free to use whatever framework you like and the following should be minimum inclusions:
• Comment on the overall usage of SQL statements and commands used
• Provide constructive criticism on how the other student can improve their understanding of SQL statements
• Provide some useful readings the other student may peruse that helps them develop their understanding of SQL statements

Attachment:- Database programming evaluation practical.rar

Reference no: EM132483301

Questions Cloud

What are the policy implications based on prescribed rate : Trace the history of cannabis use in medicine for the treatment and management of illness via nursing scholarly journal articles. Examine your sources for the.
How you might apply fiedlers contingency model : For this Discussion, select a current event related to health care administration and leadership not previously discussed in earlier weeks. With the event you.
Calculate confidence intervals for ratio of two population : Calculate confidence intervals for ratio of two population variances and ratio of standard deviations. Assume that samples are simple random samples
Determine the z-values for 29 and 39 hours : Determine the z-values for 29 and 39 hours. (Negative answers should be indicated by a minus sign. Round the final answers to 1 decimal place.)
MIS602 Data Modelling and Database Design Assignment : MIS602 Data Modelling and Database Design Assignment help and solution, Database programming evaluation practical - assessment writing service
Explain new insights gained based on your results : For this Professional Leadership Journal, take a few minutes to work through the instrument. As a scholar-practitioner in health care administration.
Describe existing policy addressing the issue : Provide details of the issue or problem, including its nature/scope, relevant literature & history, & the context within which the issue exists.
Percentage of the days between 11 and 15 customers : Best Electronics offers a "no hassle" returns policy. The number of items returned per day follows the normal distribution. The mean number of customer returns
Discuss advantages regarding disseminating research findings : Discuss disadvantages and advantages regarding disseminating research findings. What is the best way to present the results of an investigation, presentation.

Reviews

Write a Review

PL-SQL Programming Questions & Answers

  Write a query that will list the part number

Write a query that will list the part number, part description, and on-hand value (units on hand * unit price) for each part in item class AP. Give the expression an alias of "On Hand Value".

  Write a query to display the starting salary

Write a query to display the starting salary for each employee. The starting salary would be the entry in the salary history with the oldest salary start date for each employee. Sort the output by employee number.

  Write the queries in sql

Write your queries so that the final answers will never include duplicates, but add the keyword DISTINCT only in cases where duplicates would otherwise be produced.

  Database in omnymbus

/*Using the STUDENT table in the MISLab1 database in Omnymbus, perform the following tasks: Note the first SELECT is there to label the output, DUAL is a "dummy" table. The second SELECT is the solution.

  Sql statement which select names and owners of great danes

Write SQL statement which would select each of the following: names and owners of all Great Danes and all attributes of poodles whose balance is no greater than $50.

  Perform the steps for sql coding and tuning efficiency

Perform the steps for SQL coding and tuning efficiency (focus on tying the query to the business need). Including what complexities, they possess.

  Convert requirement to logic and then to sql

Prepare the SQL query for each of given requirements. Convert requirement to logic, then to SQL. Illustrate the names of all products which have been sold.

  Propose a cloud-based storage service

For this assignment, imagine that you have been hired by ABC, Inc., a global company, to propose a cloud-based storage service appropriate for a globalized company to use to back up their machines.

  Describe what is a sequence

What is a sequence. Which clause of a sequence cannot be changed with an alter statement

  CSE2DBF Database Fundamentals Assignment Problem

CSE2DBF Database Fundamentals Assignment help and solution, La Trobe University, Assessment help - perform queries on a relational database system using SQL

  Use the provided appbdbcreatesql sql script to create the

use the provided appbdbcreate.sql sql script to create the database to be used when working on this assignment.question

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