Database Design and Implementation
A practical introduction using Oracle SQL

- Pris: 129,00 kr
- Pris: €13,99
- Pris: £13,99
- Pris: ₹250
- Pris: $13,99
- Pris: 129,00 kr
- Pris: 129,00 kr
4 nemme skridt til din e-bog

Corporate eLibrary
Se vores erhvervsløsninger til intern uddannelse
Dette er en Premium eBog
Bookboon Premium - Få adgang til over 800 eBøger - uden annoncer
Du kan få gratis adgang i 30 dage til denne - og 800 andre bøger via Premium abonnementet. Du kan også købe bogen nedenfor
- Start et 30 dages prøveabonnement. Efter 30 dage: 39,99 kr pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: €5,99 pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: £4,99 pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: ₹299 pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: $3,99 pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: 39,99 kr pr/måned
- Start et 30 dages prøveabonnement. Efter 30 dage: 39,99 kr pr/måned


Corporate eLibrary
Se vores erhvervsløsninger til intern uddannelse
Brugere, som har set på denne, har også se på
Om bogen
Anmeldelser
Akinola Michael ★★★★★
Command in show databases, show table and describe tablename.
Beskrivelse
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.
Indledning
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.
Indholdsfortegnelse
- 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