Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

Scenario and Summary

In this lab, you will prepare a Data Dictionary based on the list of elements. Also, your task will be determined the tables, their relationships, primary and foreign keys. Based on this analysis, you will create Database Schema, relational tables, Entity -Relational Diagram (ERD), establish connection to your local MySQL Server, create physical database and insert data to the tables.

MySQL provides two primary types of file management: dictionary-managed files and MySQL Workbench-managed files. As part of this iLab, you will need to supply some information as to how you would use both of these approaches, and you will have to discuss some of the advantages of each.

For Step 3, you need access to your database instance. If you have any difficulties connecting your database instance, let's take error messages, screen shots, descriptions of the situation to the graded threads and work as a team to resolve issues.

Now you are ready to proceed.

Deliverables

Your assignment will be graded based on the following.

Assignment Step

Description

 

Step 1

Create Data Dictionary for provided elements (Word document)

 

Step 2

Create SCHEMA and database tables in MySQL Workbench

 

Step 3

Establish connection to the MySQL Server (screenshots)

 

Step 4

Insert data to tables using MySQL Workbench

 

Total Lab Points

 

  • For Steps 1, 2, 3 and 4 create a single Word document and include the answers or solutions to all problems. Be sure to label your document and include your name and course number in the heading. Save your document as "yourname_Lab_2.docx."

Submit both "yourname_Lab_2.docx" to the Dropbox for this week.

STEPS

STEP 1: Create Data Dictionary for provided elements

As the DBA for your company, you have decided to install a new version of the MySQL database to replace the current database version being used. The old database has become a constant headache and seems to be causing an overload on the disk drive's I/O channels. Further analysis has also shown that two primary large tables are the main points of access. The new tables will be DEPT, EMPLOYEE, and BONUS.

  • Describe how you plan to compile the Data Dictionary and decide on the table's structure with the new MySQLdatabase.

Given list of elements:

NN

Attribute Name

Column name

Data Type

1

Employee number (PK)

EMPNO

NUMBER(4)

2

Employee first name

EFNAME

VARCHAR2(10)

3

Employee last name

ELNAME

VARCHAR2(20)

4

Job category (FK)

JOBCATEGORY

VARCHAR2(4)

5

Manager

MGR

NUMBER (4)

6

Hire date

HIREDATE

DATE

7

Salary

SAL

NUMBER (7.2)

8

Commission

COMM

NUMBER (7.2)

9

Department number(FK)

DEPTNO

NUMBER(2)

10

Department name

DEPTNAME

VARCHAR2(14)

11

Location

LOC

VARCHAR2(13)

12

Job title

JOBTITLE

VARCHAR2(20)

13

Job description

JOBDESC

VARCHAR2(20)

Compile Data Dictionary (in alphabetic order):

NN

Attribute Name

Column name

Data Type

Data element description

Table name

Primary key/ Foreign key indicator (P/F)

Not NULL

Default value

 

Department number

DEPTNO

NUMBER(2)

 

 

 

 

 

Place and save your answers in a Word document named "yourname_Lab_2.docx."

STEP 2: Create SCHEMA and database tables in MySQL Workbench

2. a Create SCHEMA

a) Launch MySQL Workbench;

b) Click File and choose 'New Model';

c) Add Diagram:

Name: new schema name;

d) Press 'Enter' and new SCHEMA will be added;

2.b Create tables

a) In Model overview (top part of the screen) Click 'Add Diagram'; Navigation pane shows new schema in Catalog Tree;

b) Place a new table on the free part of screen;

c) Fill:

Table Name:

Column Name, Datatype;PK; NN; UQ;BIN; UN; ZF;AI; Default;

Press 'Enter'

d) Continue to add all tables;

2.c Foreign key creation

a) Click on the bottom of the Form 'Foreign key' to establish the reference to parent table;

b) Choose the Reference table and Reference column;

c) Choose Foreign key options On Update and On Delete; Enter.

2.d Save database

a) Choose 'File' on the Toolbar and Save Model as on your folder.

Established database are visible on Home page.

STEP 3: Create and configure a new connection to the MySQL Server

Part 1 Create a new connection to the MySQL Server

a) Launch to MySQL Workbench Home page;

b) To add a connection, click the [+] icon to the right of the MySQL Connections title. This opens the Setup New Connection form:

Figure 3.1 SetupNew Connection Form

1326_SetupNew Connection Form.jpg

Important  note:

TheSetup New Connectionform features a Configure Server Management button (bottom left) that is required for the MySQL connection to perform tasks that requires shell access to the host. For example, starting/stopping the MySQL instance or editing the configuration file Fill out the connection details and optionally click Configure Server Managementto execute the Server Management wizard. Click OK to save the connection.

Important

All connections opened by MySQL Workbench automatically set the client character set to utf8. Manually changing the client character set, such as using SET NAMES ..., may cause MySQL Workbench to not correctly display the characters.

a) New connections are added to the Home page as a tile, and multiple connections may be opened simultaneously in MySQL Workbench.

Part 2 Configure a New MySQL Connection

a) Click on 'Local Instance MySQL'and enter password;

b) Local Instance MySQLscreen appears;

c) Click MySQL Workbench Home, click database to be connected;

d) EER Diagram screen appears;

e) Choose Database on Toolbar and 'Forward Engineering' on scroll menu;

f) Forward Engineer to Database screen appears

Set parameters for Connecting to a DBMS:

Stored Connection:   Select from saved connection settings; Click 'Next';

g) Set Options for Database to be Created appears

Select DROP objects before each CREATE object;

Leave selected Include model attached script; Click 'Next';

h) Select Objects to Forward Engineer screen appears, enter password again;

Select Export MySQL Table Objects and click 'Next';

i) Review the SQL script to be Executed screen appears for your review and saving to file or copy to Clipboard; Click 'Next';

j) Forward Engineering Progress screen appears, enter password again;

k)  Forward Engineering Progress shows the executed tasks.

l) Click 'Close'.

Please add Management, INSTANCE and PERFORMANCE screenshots for the created database to lab Report.

STEP 4: Insert data to tables using MySQL Workbench

a) Copy INSERT statements for the given tables into the notepad;

b) Launch to MySQL Workbench Home page;

c) Choose created database instance; enter password;

d) New screen appears with the Connection name;

e) Choose in Navigator your schema's name;

f) Copy script from Notepad to screen 'Query 1';

g) Highlight executable rows, choose 'Query' on the Toolbar and Execute  (All or Selection);

h) Output will display the results of the execution.

Please select counters and rows in database tables and add screenshots to lab Report.

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M91409137
  • Price:- $85

Priced at Now at $85, Verified Solution

Have any Question?


Related Questions in DBMS

Assignment -scenario setup a mock phase 3 clinical trial

Assignment - Scenario: Setup a Mock Phase 3 Clinical Trial for evaluating the efficacy of a Blood Pressure/Weight Loss/ or Muscle Strength Enhancement supplement. Assume that the testing takes place at a physician's offi ...

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 ...

Database design and development assignment -assessment task

Database Design and Development Assignment - Assessment task - 1. Normalization a) Map the ERD, from the sample solution, into a set of relations in at least Third Normal Form (3NF). You must ensure that your relations m ...

Assignmentqueries functions and triggersdatabase

Assignment Queries, Functions and Triggers Database Systems Aims The aims of this assignment are to: formulate SQL queries; populate an RDBMS with a real dataset, and analyse the data; design test data for testing SQL qu ...

You are responsible for keeping track of meal expenses for

You are responsible for keeping track of meal expenses for ten employees while at a business lunch to which your employer has invited you to attend. Write an algorithm that inputs the lunch costs for each the ten employe ...

Questionsuppose a prolog database exists that gives

Question: Suppose a Prolog database exists that gives information about states and capital cities. Some cities are big, others small. Some states are eastern, others are western. a. Write a query to find all the small ca ...

Sql assignmentin these exercises youll enter and run your

SQL Assignment In these exercises, you'll enter and run your own SELECT statements. You will use the MyGuitarShop database for these queries. If you do not already have the MyGuitarShop database, the SQL script and the i ...

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 ...

Sqlwrite a select statement that returns three columns from

SQL Write a SELECT statement that returns three columns from the Vendors table: VendorContactFName, VendorContactLName, and VendorName. Sort the result set by last name, then by first name.

Sqlquery 1 how many products have standard price less than

SQL Query 1. How many products have standard price less than 1000? Query 2: Display all attributes for products made of "Cherry" from Product table w/o referring to column names. Query 3: Display all product names having ...

  • 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