Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

Create a database that contains the inventory of your organization's technology, as well a table including employee information. Build your database named IT_inventory, linking users to workstations, i.e., each computer (desktop or notebook) will be assigned to a particular employee. You will need to create an Employee table with appropriate fields within the IT_inventory, Access database.
The Employeetable will be joined, through the employee ID field, to the Desktop and Laptop tables.

Your IT_inventory database will include the following tables (including one query and one report, generated after all data and tables are complete), fields and field properties:

Tables (5)

• Desktop
• Employee
• Laptop
• Network (includes switches, router, and printers )
• Server

Query and report (2)

• Desktop/laptop (query)
• Desktop/laptop (report)

a) TABLES:

Employee Table

Create a table called Employees that will be linked to the Desktop workstation and Laptop tables by Employee ID. Again, only workstations and laptops will be linked to an employee (not servers, printers, etc.).Make sure that Employee ID field name uses Short Text as a Data Type. Once fields are created, you use "External Data" to append and add records from Employee Sheet in the RFP_Project.xlsx file to populate your table and cut-and-pastelocation from the Employees and Room numbersSheet in the same RFP_Project.xlsx file.

Create these fields:
• Employee ID
• Lastname
• First name
• Location

◊ LaptopTable

Note: ALL fields will use "Short Text" as data types.

FIELD NAME

FIELD INSTRUCTIONS

Device ID

  • Use Lookup Table using existing table, "Employees"

  • Follow these steps to create your lookup:

o    Use Lookup Table and select:
"I want the field to get the values from another table or query."

o    Select Table: Employee

o    Select Field: Last Name

o    Press Next

o    Select Last Name Ascending

o    Press Next

o    Uncheck "Hide key column (recommended)"

o    Select Last Name Column and click and drag it to the left of the Employee ID column

o    Press Finish

o    SELECT NO WHEN ASKED TO SAVE THE TABLE AT THIS TIME

  • Show Device ID plus the last name of the employee assigned to the computer, i.e. "LT-Smith"

o    Format the "Field Properties" so that the prefix for the type of device ("LT-" for laptop) appears at the very left of the entry is followed by the employee name by adding a lookup table from the Employees table, e.g. LT-Smith


Hint
: In the Field Properties for Device ID use Format: !"LT-"

Description

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Web Server

o Developer's Workstation

  • Press Finish

Vendor

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Dell

o HP

o Apple

  • Press Finish

Operating System

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Windows 7

o OSX

o Linux

  • Press Finish

Employee ID

  • Use Lookup Table using existing table, "Employees"

  • Follow these steps to create your lookup:

 

o    Use Lookup Table and select:
"I want the field to get the values from another table or query."

o    Select Table: Employee

o    Select Field: Last Name

o    Press Next

o    Select Last Name Ascending

o    Press Next

o    Uncheck "Hide key column (recommended)"

o    Press Finish

o    SELECT NO WHEN ASKED TO SAVE THE TABLE AT THIS TIME

 

Close and press "Yes" to save the table

◊ DesktopTable

Note: ALL fields will use "Short Text" as data types.

FIELD NAME

FIELD INSTRUCTIONS

Device ID

  • Use Lookup Table using existing table, "Employees"

  • Follow these steps to create your lookup:

o    Use Lookup Table and select:
"I want the field to get the values from another table or query."

o    Select Table: Employee

o    Select Field: Last Name

o    Press Next

o    Select Last Name Ascending

o    Press Next

o    Uncheck "Hide key column (recommended)"

o    Select Last Name Column and click and drag it to the left of the Employee ID column

o    Press Finish

o    SELECT NO WHEN ASKED TO SAVE THE TABLE AT THIS TIME

  • Show Device ID plus the last name of the employee assigned to the computer, i.e. "DT-Smith"

o    Format the "Field Properties" so that the prefix for the type of device ("DT-" for laptop) appears at the very left of the entry is followed by the employee name by adding a lookup table from the Employees table, e.g. DT-Smith


Hint
: In the Field Properties for Device ID use Format: !"DT-"

Description

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Web Server

o Developer's Workstation

  • Press Finish

Vendor

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Dell

o HP

o Apple

  • Press Finish

Operating System

  • Use a Look Up table
  • Select: "I will type in the values that I want"
  • Enter:

o Windows 7

o OSX

o Linux

  • Press Finish

Employee ID

  • Use Lookup Table using existing table, "Employees"

  • Follow these steps to create your lookup:

 

o    Use Lookup Table and select:
"I want the field to get the values from another table or query."

o    Select Table: Employee

o    Select Field: Last Name

o    Press Next

o    Select Last Name Ascending

o    Press Next

o    Uncheck "Hide key column (recommended)"

o    Press Finish

o    SELECT NO WHEN ASKED TO SAVE THE TABLE AT THIS TIME

 

Close and press "Yes" to save the table

SETTING THE TABLE JOINS

• Select DATABASE TOOLS then Relationships
• Make sure Employee, Desktop, and Laptop Table are visible

• Join Table:EmployeesField:Employee ID to Table:Desktop Computers Field:Employee ID
• Check "Enforce Referential Integrity"
• Click "Join Type" and select the second option (Left Outside Join)
• Press Create

• Join Table:EmployeesField:Employee ID to Table:Laptop Computers Field:Employee ID
• Check "Enforce Referential Integrity"
• Click "Join Type" and select the second option (Left Outside Join)
• Press Create

◊ NetworkTable

Create these fields:
• Device ID
• Description
• Vendor
• IP number
o Field property: format @@\.@@\.@@\.@@ (may need to adjust for number)
o IP number data type: text
• Location

◊ ServerTable

Create these fields:
• Device ID, simply enter "S1" or "S2" - you do not need to format or create a lookup table with the server device IDs)
• Description
• Vendor
• IP number
o Field property: format "S_"@@\.@@\.@@\.@@ (may need to adjust for number)
o IP number data type: text
• Operating system (Windows 2008 Server)
• location

The number of devices with which you will populate your databases is below:

• No more than seventeen ( 17) desktop workstations (the number will depend on staffing you choose)
• Three+ (3+) (depending on staffing you choose) Laptops
• One (1) File server
• One (1) Applications server
• One (1) Web server
• One (1) Router
• Two (2) switches
• Four (4) printers (networked)

Use the following device-name prefixesand IP numbers in the desktop workstation, Laptop, Server and Network tables:

Device prefixes are as follows:
• Desktop: begin with DT (followed by the employee's last name)
• Laptops: begin with "LT" (followed by the employee's last name)
• Servers: begin with "S" (S1 or S2)
• Switches: use SW1 through SW10
• Printers:use P1 through P4
• Routers:use R1 through R2

IP numbers:

IP numbers for desktopsand Laptops are assigned through DHCP, so there is no need to enter them into the database. Servers, printers and routers have IP numbers within the following range. You can use any IP number in this range as a dedicated IP number:
25.13.55.16 - 25.13.55.255

b) QUERY

Design a query that links Employee, Desktop and Laptop tables, and returns a table listing data from the following fields. What you should have is a query that returns all a table containing all the employees in the database, what equipment they use, their location and name.
Query Name: Desktop/laptop
Query Items:

• Desktop workstation device or Laptop device
• Employee ID
• Last Name
• First Name
• Location

You will need to link the Desktop, Laptops and Employees tables for this query.

c) REPORTS

From the Desktop/laptop query you generated, create a report which lists employee ID, first and last name, location, and Device ID (desktop or laptop). The report should be arranged alphabetically by employee last name.

d) FORMS

From the Employee, Desktop, and Laptop tables, create three (3) forms in Columnar format reflecting all fields from in the Desktop, Laptop, and Employee tables. Enter your name in the Employee form, and then enter information for both a Desktop and Laptop computer.

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M91570499

Have any Question?


Related Questions in DBMS

Databases assignment - monash library services monlib case

Databases Assignment - Monash Library Services (MonLib) Case Study TASK 1: Data Definition For this task you are required to complete the following: 1.1 - Add to your solutions script, the CREATE TABLE and CONSTRAINT def ...

Solve the following questions using oracle you are not

Solve the following questions using Oracle. You are not allowed to use the syntax of any DBMS other than Oracle. Make sure to upload an electronic copy of your solution to your CSC335 TRACE folder. Name the file hw4.sql. ...

Real time analytics - data analytics assignment -this is a

Real Time Analytics - Data Analytics Assignment - This is a business analytics project aimed at generating innovative analytics solutions for a Global Food Consulting firm working in the area of Animal agriculture and fa ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

Question 1 a- consider that you are asked to design an

Question: 1. (a)- Consider that you are asked to design an entity relationship diagram based on the below scenario: A university consists of a number of departments (id, d_name) and each department offers some courses. A ...

Students will select a situation or problem from their

Students will select a situation or problem from their company as a course project that can be solved using a database system. Using MS Access, or MS SQL Server Express, students will create a relational database model o ...

Case study problem 1 the case study company has experienced

Case Study: Problem 1 The case study company has experienced rapid growth in both the size of its client base and also in the services provided to clients. Unfortunately, the growth in data management policies, procedure ...

You are in a real estate business renting apartments to

You are in a real estate business renting apartments to customers. Your job is to define an appropriate schema using SQL DDL in MySQL. The relations are Property(Id, Address, NumberOfUnits), Unit(ApartmentNumber, Propert ...

Tableau is business intelligence software that helps people

Tableau is business intelligence software that helps people see and understand their data. Fast Analytics Connect and visualize your data in minutes. Tableau is 10 to 100x faster than existing solutions. Ease of Use Anyo ...

Analytic reportpurpose the purpose of this task is to

Analytic Report: Purpose: The purpose of this task is to provide students with practical experience in working in teams to write a Data Analytical report to provide useful insights, pattern and trends in the chosen/given ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As