Please see images for the database info.
1. Specify, in your own language, the project requirement; identify the different types of users; and different views from different user groups.
2. For #2, at least two user groups and a user view for each user group. Also, the following steps are for each user groups/user views until step 8
3. Illustrate your data modeling by using ER model.
4. Use a document of your own, determine the attributes; use your own knowledge, determine the functional dependencies.
5. Illustrate the physical-level design process, list the tables, identify the keys, and list the special restrictions that programs must enforce.
6. Normalize all the tables at least into 3NF.
7. Merge your databases into one. Build a small database in Access or other DBMS based on the design.
8. Populate your database
9. Implement, using SQL OR QBE, a set of queries that can be used by users in different user groups (refer to 2).
IF YOU HAVE ANY DOUBTS COMMENT BELOW I WILL BE THERE TO HELP YOU
RATE THUMBSUP PLEASE
ANSWER:
EXPLANATION:
U can use different types of job groups like
Mechanic,salesman,client ,etc .
Here for example salesman will sells product with column as
Date,value and commission.
Same can be linked to client having client id ,phone number,
Address, etc .
Client buys things based on price, date and value .
U can relate these things in details using the below ER diagram.

RATE THUMBSUP PLEASE
THANKS
Please see images for the database info. 1. Specify, in your own language, the project requiremen...
6. With respect to database systems, which of the following statement(s) is (are) true? a. The physical view of data is how people conceptually organize and understand the relationships among data items. b. The DML builds the data dictionary, creates the database, describes logical views for each user, and specifies security constraints. c. A record layout shows the items stored in a file, including the type of data stored and both the order and length of the data fields. d....
Please help me to solve Please, No handwriting COURSE; introduction to database Q- write a query SQL by Using the info below A. Normalize the Tables (in 3NF at least) B. Create the Normalized Tables and Populate them with at least 5 Rows C. Write the Wholesale Management System requested Queries & Execute them VERY IMPORTANT Screenshots from MySQL (or any other software you use) of all the tables after queries result. - Database system for a Wholesale Management System...
Your project will require you to develop a database design to
solve a real-life data management problem. It can be any problem in
your work environment or for another organization, for example, a
bookstore (think of how Amazon uses databases), a course management
system (think of how a university manages courses), a bank (think
of how your bank works), and an online auction site (think of how
Ebay works). You will develop a database to solve this problem
You will...
Project Description In this project, you will design and implement a database for keeping track of information for an online “SOCIAL NETWORK” system (e.g. a simplified version of Facebook!). You will first design an EER schema diagram for this database application. Then, you will map the EER schema into a relational database schema and implement it on ORACLE or MySQL or some other relational DBMS. Finally, you will load some data into your database (via user Interface) and create some...
CHAPTER 1: DATABASES AND DATABASE USERS Given the simple Doctor-Treats_Patient database schema which contains three files describing information about doctors and patients they treat as follows, answer the following questions with regards to this database. (Total for que 1 is 10 marks) Doctor (DocID: string, DName: string, DAddress: string, Numpatients: integer) Treats (DocId: string, SSN: string, illness: string, day: string, cost: real) Patient (SSN: string, PatientName: string, PAddress: string, Age:integer) Note : DocID, DName, DAddress and Numpatients...
DATABASES You are required to design and implement a relational database to help the local community center better serve the residents in your neighborhood. Database Specifications: In your preliminary analysis, you have determined the following basic facts about the community center and the services it provides to the residents in the neighborhood: - The community center serves multiple areas which fall into different zip codes. - The community center provides collaborative family based care services. An immediate family is...
Please do not delete the questions. 1. What is the purpose of a database? 2. What is the reason to use a database over a spreadsheet? 3. Based on the previous answers (#1 & #2), there is a simple rule of thumb. A spread sheet is used when there is _________________________. A database is used when there are _________________________. 4. Please answer followings. a) A group of 8 bits is called a ____________ (from Chapter 4). b) The answers of...
Rationale The focus of the project is to develop your database programming skills. This project will help you get a fair idea of the sales and distribution system in any organization that has a chain of Carrying and Forwarding Agents (CFAs) or super stockists and stockists. You will be able to implement database programming concepts of ADO.NET in VB.NET and ASP.NET to create a real-life, web-based database application. (VB stands for Visual Basic.) Scenario Smooth Pen, Inc., a pen manufacturing...
Relational Database Design Theory, please answers ALL parts
because they are related to each other, and I can't separate it
into different questions. Please help!
By looking at the PHLogger table:
A. List all non-trivial functional dependencies.
B. What is the highest normal form the PHLogger table is in
currently?
C. The external consulting experts at DBInstructor,
Inc., have noticed that city and state of an address can be
inferred by its postal code (zip code). What new functional
dependencies...
SUBJECT: INFORMATION TECHNOLOGY, CLASS: ADVANCE DATABASE MANAGEMENT Hello Everyone, I need help on a project for my ITD 256 Class. These are the questions I am suppose to answer: Project: The project should include designing a database deals with making a proposal for the database implementation. You can either try to fix an existing problem in your business or create a new database for the new projects or new clients. Please define the objective, scope, and time frame of your...