Purchase Solution

Creating Kudler Fine Foods tables

Not what you're looking for?

Ask Custom Question

please use SQL server 2008 to create the database, below is the URL or website for the Kudler Fine Foods.

https://ecampus.phoenix.edu/secure/aapd/cist/vop/Business/Kudler/Internet/KudlerPort.htm

Individual Assignment: Table Creation

? Create an SQL server database for the Kudler Fine Foods Virtual Organization.
? Create the following tables using fields listed below.
? Note. Use SQL server data types when creating the columns. In the Employee table, create an Employee ID field that generates a unique number for each employee and designate the field as the Primary Key. In the Job Title table, utilize a listed field as the table's primary key or create an additional field (JobTitleID) to use as the primary key. The primary key from the Job Title table appears as the foreign key in the Employee table.
? Table Employee
o Employee ID
o Last name
o First name
o Address
o City
o State
o Telephone area code
o Telephone number
o Employer Information Report (EEO-1) classification
o Hire date
o Salary
o Gender
o Age
o Foreign key from Job Title table
? Table Job title
o JobTitleID
o EEO-1 classification
o Job title
o Job description
o Exempt/non-exempt status
? Create SQL INSERT statement to insert the Human Resources department records. Please go to the information in the Kudler Fine Foods Virtual Organization, and Use information found in the Employee Files for the La Jolla and Encinitas stores. Enter records into the Employee table for the following employees:
o Glenn Edelman
o Eric McMullen
o Raj Slentz
o Erin Broun
o Donald Carpenter
o David Esquivez
o Nancy Sharp
? Use the Job classifications and descriptions information to enter records into the Job Title table for the following titles:
o Accounting clerk
o Assistant manager
o Bagger
o Cashier
o Computer support specialist
o Director of finance and accounting
o Retail assistant bakery and pastry
o Retail assistant butchers and seafood specialists
o Stocker
? Check results by selecting all columns from both tables. Non-exempt employees at Kudler Fine Foods are paid an hourly wage and must track their working hours.

Purchase this Solution

Solution Summary

SQL scripts for building the tables, inserting the data, and checking the data. Also included is an ERD.

Solution Preview

Student,

Two things:

1] It doesn't make sense that EEO classification is in both tables. I went ahead and added it, but in real life I would double-check that design

2] The link ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.