Your firm has been hired to design, implement and secure a database management system (OLTP) for a fictitious retail company. The company sells goods (clothing, shoes, groceries, home appliances,...

1 answer below »

Your firm has been hired to design, implement and secure a database management system (OLTP) for a fictitious retail company. The company sells goods (clothing, shoes, groceries, home appliances, toys, sporting goods, furniture, and music etc.) online or via visiting one of their several stores. The departments that make up this organization consist of Human resource, Marketing, Customer relation, Logistics (distribution), Inventory/merchandise management, Sales, Purchasing, Finance, and Product management. The hiring manager of the company has tasked you to secure their newly created systems by only allowing employees to have the appropriate data access to perform their duties since departments such as Human resource and customer relation contain sensitive data respectively.



The initial engagement will focus on the creation of the entities for Human resource, Customer relation, Marketing, and Product management.



  • Create, populate and secure the entities

  • Provide concise documentation on your implementation

Answered Same DayMar 14, 2021

Answer To: Your firm has been hired to design, implement and secure a database management system (OLTP) for a...

Ravindra Kumar answered on Mar 15 2021
144 Votes
ecommerce.sql
-- MySQL Script generated by MySQL Workbench
-- Mon Mar 15 15:33:28 2021
-- Model: New Model
Version: 1.0
-- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
-- -----------------------------------------------------
-- Schema Ecommerce
-- -----------------------------------------------------
DROP SCHEMA IF EXISTS `Ecommerce` ;
-- -----------------------------------------------------
-- Schema Ecommerce
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `Ecommerce` DEFAULT CHARACTER SET utf8 ;
SHOW WARNINGS;
USE `Ecommerce` ;
-- -----------------------------------------------------
-- Table `Customers`
-- -----------------------------------------------------
DROP TABLE IF EXISTS `Customers` ;
SHOW WARNINGS;
CREATE TABLE IF NOT EXISTS...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here