Words of Wisdom:

"Bringing anger is a joy." - Bockwoldt

Cis 515 Assignment 6 Sql Concepts and Database Design

  • Date Submitted: 03/22/2016 12:04 AM
  • Flesch-Kincaid Score: 54.9 
  • Words: 398
  • Essay Grade: no grades
  • Report this Essay
CIS 515 Assignment 6 SQL Concepts and Database Design
https://homeworklance.com/downloads/cis-515-assignment-6-sql-concepts-and-database-design/
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)
Write a three to four (3-4) page paper in which you:
1. Create a data dictionary that includes the following:
1. A description of the content for each field
2. The data type of each field
3. The format the data will be stored as in the field
4. The range of value for the field
5. 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.
2. 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:
1. 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...

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments