Let’s create ERD for the given system description with below steps:
Step 1: List entities:
· Employee
· Login
· Computer
· Session
· Website
· WebsiteFiles : A weak entity with Website as owner entity
· Video and Picture: Sub entity to WebsiteFiles.
Step 2: Assign attributes to the entities:
· Employee(EID, name(firstname, lastname), department)
· Login(Login_ID, security_level, activation_date, issuing_department)
· Computer(Machine_id, IP, physical_location)
· Session(session_id,login_date_time, login_input_count)
· Website(Domain, URL, HTML_code, IP, country, accepting_label)
· WebsiteFiles(Domain, file_name, URL, extension, binary_content)
· Video(length, bit_rate, is_real_time_streamed )
· Picture(pic_type_label,horizontal_pixel_dim, vertical_pixel_dim)
Step 3: List relationship
· An Employee can have multiple logins, whereas a login will be associated with one Employee only. This is a One to Many relationship.
· A Machine has many logins and a login can be made on one or many machines.
· A Session has many websites.
· A Website has many websitefiles.
· A website file can be either video or picture.
Step 4: Final ERD with entities, attributes and relationships:

ER Modeling: Assignment In order to receive credit for this assignment, you must draw your ER...
In 500 words or less describe with your own words the steps included in a Web session. You can use an example describing the internal steps in the system from the moment a person wishes to visit a website to the moment the website information is displayed on the computer screen for the user. You may use a point-form numbered list to describe each step of the process. Make sure to describe concepts such as: Web Browser, URL, Doman name,...
Identify the Entities and Attributes and Draw the ER diagram. 1. Consider a mail order database in which employees take orders for parts from customers. The data requirements are summarized as follows: The mail order company has employees identified by a unique employee number, their first and last names, and a zip code where they are located Customers of the company are uniquely identified by a customer number. In addition, their first and last names and a zip code where...
Design an ER diagram to model a mini-Zillow (home buying) application with the following assumptions. Specify key attributes of each entity type and (min, max) constraints on each relationship type.• Each home (HOME) is uniquely identified by a home identifier (HOME_ID), street address (STR), city (CITY), state (ST), a number of bedrooms (NBed) and a number of bathrooms (NBath), and an associated owner (OWNER). • Each owner (OWNER) has a Social Security Number (OSSN), first name (OFirst_Name), last name (OLast_Name),...
ER Diagrams (Database Management Systems)
Problem 2: Produce an ER diagram for the following
description.
A spreadsheet has a unique le location, composed of a path and a le
name. A spreadsheet is
composed of a set of worksheets, each having a name, unique to that
spreadsheet, and a set of cells.
Each cell has a unique location within the worksheet, designated by
(row, column), and a value.
Problem 3: You are given a description and an ER diagram below....
Please read the business statement below and draw ER, NER, and Table Schema diagrams for it. Business Statement: The project is about developing an auction Web site. The details are as follows: BA is an online auction Web site. People can buy and sell items in this Web site. Buyers are people who like to buy items, and sellers are people who like to sell items. Each seller can sell items. Each item has a bidding start time, an end...
Create ER Model Assets are resources that are used in CMS to display content. Each asset is either an image or an article. An asset has a description and creation date; Pictures have picture dates, articles have a title Articles contain sections. (With these sections, articles can be broken down into a main article and subsequent pages, for example.) Sections are used by exactly one article and numbered within one article. Sections contain the text. (So if you want to...
Topics: Data Modeling: Project: 1. Draw an entity-relationship diagram that describes the following business environment. The city of Chicago, IL, wants to maintain information about its extensive system of high schools, including its teachers and their university degrees, its students, administrators, and the subjects that it teaches. Each school has a unique name, plus an address, telephone number, year built, and size in square feet. Students have a student number, name, home address, home telephone number, current grade, and age....
Draw an ER Model, the corresponding relational model (logical model), and the physical model for the following problem. A video rental company has several branches throughout the UAE. The data held on each branch is the branch address made up of street, city, state, and zip code, and the telephone number. Each branch is given a branch number, which is unique throughout the company. Each branch is allocated staff, which includes a Manager. The Manager is responsible for the day-to-day...
Due to your experience in designing the database for the "Legendary League" game, you have been asked to design the ER diagram for a bigger database to manage the events for the "Legendary League" eSports Oceanic Championship (OC). The requirements are as follows: Registered teams compete in the OC. Each team has a name, and a number of team members. A team also maintains a rank throughout the OC, reflecting how well it is doing in the championship. Team members...