Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

You are required to design and implement a database system for an application area of your choice. For example, it could be a booking type

image text in transcribed

You are required to design and implement a database system for an application area of your choice. For example, it could be a booking type application or an order processing type system (but other suggestions are welcome!). Examples include a system to book tickets for a theatre, a flight or a system to allow customers to hire or buy books, tools. cars or other. We want you to propose a scenario drawn from your own experience. The scenario and the produced database system will be judged by the tutors using the marking schema in the later section of this document. The underlying database should be a relational one (Oracle). We expect you to provide a few example SQL statements. for instance a meaningful query to your database. You are also required to discuss data governance aspects, i.e., security, integrity, ethics and legal issue. Subtasks Assessment 1 (LO1, LO2) is about the design of your database. For Assessment 1 you need to do the following 4 subtasks: 1. Choose an appropriate application area or business. Please refrain from reusing one of the scenarios in the description above. Introduce your scenario. 2. Analyse your application area or business. Informally describe potential business rules, scenarios and the data involved. 3. Use the Oracle Data Modeller to draw an ER model that covers your scenario. At least 4 or 5 entities are expected, including attributes, cardinalities and relationship names. 4. Normalise your database and explain why it is normalised. List table names. primary keys, foreign keys and attributes. Assessment 2 (LO1, LO3) is about implementing your database and legal and ethical aspects of data governance and security related to your scenario. For Assessment 2 you need to do the following subtasks: 1. Database implementation: Implement the model created in Assessment 1. The following parts are expected: a. Use your database (e.g., Oracle and SQLPlus) to provide the SQL statements to create your tables. Also provide the SQL statements to populate each table with at least one entry. Execute the statements and present their output. b. Use your database (e.g.. Oracle and SQLPlus) to devise at least 3SQL queries to retrieve some essential data from your database. At least one of them needs to contain a JOIN (AND) operation across 2 or more tables. Execute the queries and present their output. 2. Security, integrity and ethics aspects: Please discuss security, integrity and ethics aspects for the operation of your database and data governance. The following parts are expected: a. A general discussion and reflection of security, integrity, and ethical aspect of data governance. b. A discussion of security, integrity, and ethical aspect of data governance applied to your scenario

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions