Our website is a unique platform where students can share their papers in a matter of giving an example of the work to be done. If you find papers
matching your topic, you may use them only as an example of work. This is 100% legal. You may not submit downloaded papers as your own, that is cheating. Also you
should remember, that this work was alredy submitted once by a student who originally wrote it.
Databases
1). Create and submit an ERD for this database that you use as the basis of your implementation.
In the case at hand ERD for this problem we will have ,
The entities are water_In_supply entity, Dripwater entity and meter_Details entity, client_details entity and client_meter_details_entity. The water_In_supply entity has a many-to-many relationship with the Supplier entity because one supplier can supply many items and many suppliers may supply one item itself. The water_In_supply entity also has a many-to-many relationship with the meter_Details entity because different meters may be supplied. After normalizing the data we get five tables for the five entities. The attributes of the five tables are listed as columns in each of these tables. Each table has a primary key to identify each item in the table and a foreign key to cross-reference one table with another. A double-edged arrow indicates a many-to-many relationship and a straight-line indicates a one-to-one relationship.
2). A one paragraph explanation as to the changes you have made to the ERD on the basis of your feedback from Assignment 1(feedback pic attached) or as a result of having to support the transactions and views below.(5 marks)
The E-R diagram above follows the top-down approach and it is follows a logical schema of designing a database. By using database normalization I have verified that the design meets user requirements. E-R diagrams are widely used in software engineering to determine the most appropriate design for database in a relational database system. Database normalization ensures that there are no duplicate fields in the database and only the relevant details are stored in a database.
3). Create a data dictionary that lists at least each of the tables, the columns, their domains and any other constraints that apply.(10 marks)
Attribute
MySQL Type
Description
ID(FK)
Unsigned int(10)
Foreign Key on meter reading(ID)
Part_id(not null)
Unsigned int(10)
Landslide may consist more than one part.
Comment
Varchar(50)
Comments on bills
readers(not null)
Double
Employees responsible for meter reading
bill(not null)
Double
Amount of litres consumed in a month
4). Implement the database in Oracle SQLPlus(attach codes/tables etc to me)(20 marks)
table
5). Provide an explanation (and any code you used) as to how you implemented (or, if you were not able to successfully implement, how you would have implemented) the following constraints(20 marks):
a). Meter readers can only read a maximum of 5 meters in any given calendar month (please note this constraint is modified from Assignment 1 so that you will be able to test it).
DECLARE
CURSOR FROM READERS;
A rowtype;
N number;
BEGIN
OPEN readers;
SELECT MAX(5 meters) INTO N FROM readers;
LOOP
FETCH readers INTO A;
EXIT WHEN readers NOTFOUND;
DBMS_OUTPUT.PUT_LINE(N);
SELECT MAX(5 meters) INTO N FROM readers WHERE readings
Read
More
This report discusses some legal and ethical issues that need to be considered when introducing a distributed database system.... In this connection this report will analyze the legal and ethical issues that apply to distributed and relational databases.... issues ANALYSIS The rapid developments in the networking and information processing businesses have guided to the establishment of distributed database management system models and marketable distributed DBMSs....
The paper 'Problems and issues of Localising and Distributing Databases Worldwide' states that localization of software's a process undertaken to translate software information and messages from one language to another.... Problems and issues of Localising and Distributing Databases Worldwide Localisation and distribution of data base tend to be a complex process especially in a situation whereby, there large data base with a great size.... Localization and distribution of databases tend to be a complex process especially in a situation whereby, a large database with great size....
However, with the growth in database systems' demand, security issues concerning the safety of.... This paper seeks to discuss some of the database security issues that are threaten to compromise the information stored by organizations.... There has been a rapid growth uptake of cloud computing and hence database systems that are web The paper analyzes security issues concerning both web based and traditional databases.... databases having become more critical in the delivery of the enterprise promise....
It also offers the history of given data by describing the data's structure and content, its generator and preserver, its time of collection and publication, its geographic or storage location, reason for its creation, and means of producing, processing, or modelling it College: Explain Database Security issues What is Metadata?... This is followed by the sychronization between the two databases in order to uphold uniformity....
These databases are: Object Oriented Database Management System (OODBMS) and Relational Database Management Systems.... This paper has presented an overview of object oriented This paper has discussed some of the major advantages and disadvantages of object oriented databases in comparison with relational database management systems.... These databases are believed to be very useful for businesses when they have huge data and high performance is required....
The paper "The Privacy and Security Related issues in Databases" outlined the potential solutions for enforcing the security of the databases system and preserving the database's information and data privacy.... his research paper presents a detailed analysis of the privacy and security related issues in databases.... For the reason that data are a significant resource, all personnel in an association must be responsive to security issues and take actions to protect the data inside their fields....
The report "Database Management issues" focuses on the critical analysis and examination of the security and performance issues in a database.... Report on Database Management issues
... In this report the author examine the security and performance issues in a database.
... ecurity issues
... For instance emphasizing on system availability and ignore configuration issues which might exposes confidential data.
...
The paper "issues and Architecture of Database-Driven E-Business Systems" explores the various issues in database-driven e-business systems.... RUNNING HEAD: issues And Architecture Of E-Business Systems
... In this paper I will explore the various issues in the database driven e-business systems.... HE COMMON issues IN DATABASE-DRIVEN E-BUSINESS SYSTEMS
... date defines the key issues associated with e-business systems as according to the rule of thumb all of the problems of any database-driven e-business system should be internal or implementation level problems and not external or user level issues(Date, 2000, 651-8)....
7 Pages(1750 words)Coursework
sponsored ads
Save Your Time for More Important Things
Let us write or edit the assignment on your topic
"Databases Issues"
with a personal 20% discount.