MIS 561 MIS561 MIS/561 Lab 2 Work with Dictionary and Create Relational Database – DeVry University

Page 1

MIS 561 MIS561 MIS/561 Lab 2 Work with Dictionary and Create Relational Database – DeVry University

DOWNLOAD SOLUTION https://www.solvedcollegepapers.com/product/mis-561-mis561-mis-561-dev/ 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. Category: Assignments Help Experts Tags: mis 561 lab 5, MIS 561 MIS561 MIS/561 Database administration and management - DeVry University, MIS 561mis 561, MIS561 Lab 1 Installing MySQL Community Server and MySQL Workbench, MIS561 Lab 2 Work with Dictionary and Create Relational Database, MIS561 Lab 3 Users Privileges and Roles, MIS561 Lab 4 Using Backups for Complete Recovery, MIS561 Lab 5 Optimizing query using EXPLAIN 

Description

Description


MIS561 Lab 2 Work with Dictionary and Create Relational Database – DeVry University 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. 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. iLAB 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 MySQL database. Given list of elements: NN Attribute Name Column name 1 Employee number (PK) 2 Employee first name EFNAME

Data Type EMPNO NUMBER(4) VARCHAR2(10)


NN Attribute Name 3 Employee last name 4 Job category 5 Manager 6 Hire date 7 Salary 8 Commission 9 Department 10 Department name 11 Location 12 Job title 13 Job description

Column name Data Type ELNAME VARCHAR2(20) (FK) JOBCATEGORY VARCHAR2(4) MGR NUMBER (4) HIREDATE DATE SAL NUMBER (7.2) COMM NUMBER (7.2) number(FK) DEPTNO NUMBER(2) DEPTNAME VARCHAR2(14) LOC VARCHAR2(13) JOBTITLE VARCHAR2(20) 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 1. Launch MySQL Workbench; 2. Click File and choose ‘New Model’; 3. Add Diagram: Name: new schema name; 4. Press ‘Enter’ and new SCHEMA will be added; 2.b Create tables 1. In Model overview (top part of the screen) Click ‘Add Diagram’; Navigation pane shows new schema in Catalog Tree; 2. Place a new table on the free part of screen; 3. Fill: Table Name: Column Name, Datatype; PK; NN; UQ;BIN; UN; ZF;AI; Default; Press ‘Enter’ 4. Continue to add all tables; 2.c Foreign key creation 1. Click on the bottom of the Form ‘Foreign key’ to establish the reference to parent table; 2. Choose the Reference table and Reference column; 3. Choose Foreign key options On Update and On Delete; Enter.


2.d Save database 1. 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 1. Launch to MySQL Workbench Home page; 2. 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 Setup New Connection Form Important note: The Setup New Connection form 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 Management to 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. 3. 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 1. 2. 3. 4. 5. 6.

Click on ‘Local Instance MySQL’ and enter password; Local Instance MySQL screen appears; Click MySQL Workbench Home, click database to be connected; EER Diagram screen appears; Choose Database on Toolbar and ‘Forward Engineering’ on scroll menu; Forward Engineer to Database screen appears Set parameters for Connecting to a DBMS: Stored Connection: Select from saved connection settings; Click ‘Next’; 7. Set Options for Database to be Created appears Select DROP objects before each CREATE object; Leave selected Include model attached script; Click ‘Next’; 8. Select Objects to Forward Engineer screen appears, enter password again; Select Export MySQL Table Objects and click ‘Next’; 9. Review the SQL script to be Executed screen appears for your review and saving to file or copy to Clipboard; Click ‘Next’; 10. Forward Engineering Progress screen appears, enter password again; 11. Forward Engineering Progress shows the executed tasks. 12. 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 1. 2. 3. 4. 5. 6. 7.

Copy INSERT statements for the given tables into the notepad; Launch to MySQL Workbench Home page; Choose created database instance; enter password; New screen appears with the Connection name; Choose in Navigator your schema’s name; Copy script from Notepad to screen ‘Query 1’; Highlight executable rows, choose ‘Query’ on the Toolbar and Execute (All or Selection); 8. Output will display the results of the execution. Please select counters and rows in database tables and add screenshots to lab Report. Download Full Course Solution: PSY 216 PSY216 PSY/216 JOURNAL.docx – Shaina Denes Journal 1 https://www.solvedcollegepapers.com/product/psy-216-psy216-psy-216-joal-1/ The Myers-Briggs Type Indicator or MBTI is a psychological test for classifying personality types along four distinct categories including, introversion and extroversion, sensing and intuition, thinking and feeling and lastly, judging and perceiving. According to the test, every person has one dominant trait in each category. The theory is that every person will fall into one of the 16 personality types. This test can be used as a guide to help pinpoint personality traits, possible career paths, and provide some explanation for why and how we pick our friends, romantic partners and how we interact with the outside world as a whole. The other test that is used is The Big 5, this test has 5 main categories, where as the MyersBriggs has only 4. This test is shorter and less invasive than the Myers-Briggs, and has the acronym that gives a percentage of that letter found from the results of the few questions answered. “OCEAN” standing for Open-Mindedness, conscientious, extraversion, agreeableness and negative emotionality. Download Full Course Solution: IT 210 IT210 IT/210 7-3 Final Project Submission Business Systems Analysis.docx https://www.solvedcollegepapers.com/product/it-210-it210-it-210-7-3-final-projectsubmission-business-systems-analysis-docx/ IT 210: Business Systems AnalysisIT 210 Final Introduction, Business Requirements, and Competitors and TechnologyGeoff LudwigSouthern New Hampshire University


IT 210: Business Systems Analysis2ContentsIntroduction3Problem Statement13Two Technologies4Business Requirements5Objectives5Project Description5Technology Requirements6Competitors and Technology6Technology One [Intelligent Systems]6Technology Two [Cloud Computing]7Technology Solutions8Technology One [Intelligent Systems]8Technology Two [Cloud Computing]10Recommendations12Technology Solution12Overall Benefit13Security Considerations13Security Features13Third-Party Vendors152 Download Full Course Solution: BIOL 102 BIOL102 BIOL/102 : Principles of Human Biology – Liberty University https://www.solvedcollegepapers.com/product/biol-102-principles-of-human-biologyliberty-university/ 

week 5 ccrossword puzzle.docx

Liberty University

Principles of Human Biology

BIOL 102 – Fall 2012

Download Full Course Solution: CFDI-320 Week 3 Assignment – Another Day on the Job https://www.solvedcollegepapers.com/product/cfdi-320-week-3-assignment-anotherday-on-the-job/ CFDI-320 Week 3 Assignment - Another Day on the Job Week 3: Assignment - Another Day on the Job

You are a digital forensic examiner working at a firm and your next job is to conduct a digital forensic analysis on a forensic image created of a disk drive. You will need to use the department report titled Week 3 – Assignment Report.docx download to conduct an examination on the forensic image week3assignment1.e01 located in our class directory CFDI-320 on the S:\ drive.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.