Database Design and Implementation
A practical introduction using Oracle SQL

- Price: 129,00 kr
- Price: €13,99
- Price: £13,99
- Price: ₹250
- Price: $13,99
- Price: 129,00 kr
- Price: 129,00 kr
Descarga GRATIS tus ebooks en 4 sencillos pasos

Corporate eLibrary
Discover our employee learning solutions
This is a Premium eBook
Bookboon Premium - Gain access to over 800 eBooks - without ads
You can get free access for a month to this - and 800 other books with the Premium Subscription. You can also buy the book below
- Start a 30-day free trial. After trial: 39,99 kr p/m
- Start a 30-day free trial. After trial: €5,99 p/m
- Start a 30-day free trial. After trial: £4,99 p/m
- Start a 30-day free trial. After trial: ₹299 p/m
- Start a 30-day free trial. After trial: $3,99 p/m
- Start a 30-day free trial. After trial: 39,99 kr p/m
- Start a 30-day free trial. After trial: 39,99 kr p/m


Corporate eLibrary
Discover our employee learning solutions
Los usuarios que vieron este artículo también vieron
Acerca del libro
Opiniones
Akinola Michael ★★★★★
Command in show databases, show table and describe tablename.
Descripción
This book uses a simple step by step approach to explain the essential relational database design modelling techniques, and shows how Oracle SQL can be used to implement a database. There are numerous practical exercises with feedback.
Key topics include conceptual modelling using the crow’s feet notation and the Unified Modelling Language (UML), logical and physical modelling, normalisation, the structured query language (SQL) and simple application development using APEX forms and reports.
Prólogo
This book has been written to provide a practical introduction to relational database design and database development for students studying computing-related courses and anyone else who needs to work with relational databases, either as users, designers or developers. Similarly, people who are commissioning a database may benefit from an understanding of this content.
This book is based on an approach that has been used successfully over a number of years to teach many undergraduate computing students, and is presented in a concise form that will make it easy for you to grasp the essential principles and techniques and apply these in any relational database environment.
An established data modelling methodology is explained which includes Entity Relationship models. These are presented using the long-established crow’s foot notation; however, as the Unified Modelling Language (UML) has become an industry standard, the Class Diagram notation is also introduced to show how it can also be used for ER modelling, though there are differences (Hay & Lynott, 2008).
The modelling diagrams used in this book have been drawn using the QSEE SuperLite v1.1.2 CASE tool which is available to download from http://www.leedsbeckett.ac.uk/qsee/.
The Oracle database management system and Oracle Application Express (APEX) development environment are used to introduce the industry standard Structured Query Language (SQL). An APEX user account can be obtained from apex.oracle.com for web access; alternatively, a copy of Oracle Database 11g Express Edition and Oracle APEX can be downloaded from Oracle.com for installation on your own system.
Further supporting materials can be found at the author’s website howard-gould.co.uk.
Contenido
- Introduction to database development
- Conceptual data modelling
- The Entity Relationship Diagram (ERD)
- Entity types
- Producing the ERD
- Entity attributes
- Entity selection and validation
- Entity definitions
- Validating the model
- Entity Relationships
- Introduction
- Relationships
- Relationship cardinality
- Relationship optionality
- Complex relationships
- Introduction
- Associative relationships
- Link entity identifier
- Recursive relationships
- Sub types
- Exclusive relationships
- Summary
- Logical Database Design
- Introduction
- Relations
- Keys
- Identifying relations
- Resolving many-to-many relationships
- Resolving one-to-many relationships with optionality
- Resolving one-to-one relationships
- Recursive relationships
- Exclusive relationships
- Identification Dependency
- Modelling problems
- Summary
- Normalisation
- Introduction
- Un-normalised form (UNF)
- First Normal Form (1NF)
- Second Normal Form (2NF)
- Third Normal Form (3NF)
- Denormalisation
- Checking the model
- Summary
- Introduction to Oracle SQL
- Using Foreign Keys
- Selecting data from a table
- Selecting data from multiple tables
- Subqueries and group functions
- Creating pages & reports
- Appendices
- Appendix A
- UML Modelling Notation
- Appendix B
- Music System Specification (ERD and Tables)
- Appendix C
- Order System Specification (ERD and Tables)
- Appendix D
- Normalisation Template
- Bibliography