MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn806286241
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120816s2012 nyua ob 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d ZMC  |d E7B  |d COO  |d OCLCQ  |d UMI  |d B24X7  |d C6I  |d DEBSZ  |d BEDGE  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AZK  |d VT2  |d N$T  |d Z5A  |d OCLCQ  |d ESU  |d NAM  |d OCLCQ  |d IOG  |d UKSAE  |d VLB  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d LEAUB  |d AU@  |d UKAHL  |d OL$  |d OCLCQ  |d CNCEN  |d ERF  |d UHL  |d UKBTH  |d WURST  |d BRF  |d OCLCO  |d EYM  |d TOH  |d OCLCQ  |d OCLCO  |d LUU  |d OCLCQ  |d OCLCO 
019 |a 848899812  |a 961493008  |a 985063770  |a 1005782151  |a 1018301157  |a 1060193922  |a 1066010895  |a 1086956883  |a 1103250122  |a 1105775287  |a 1112590633  |a 1112962293  |a 1113182106  |a 1113812084  |a 1129359310  |a 1153051912  |a 1159654310  |a 1162621806  |a 1192342992  |a 1194866041  |a 1228515443  |a 1240516989 
020 |a 9781430242109  |q (electronic bk.) 
020 |a 1430242108  |q (electronic bk.) 
020 |a 1430242094 
020 |a 9781430242093 
020 |z 9781430242093 
020 |z 1430242094 
024 3 |a 9781430242093 
029 1 |a AU@  |b 000050022361 
029 1 |a AU@  |b 000052005908 
029 1 |a AU@  |b 000067097228 
029 1 |a DEBBG  |b BV041430839 
029 1 |a DEBSZ  |b 398266514 
029 1 |a NZ1  |b 14690388 
035 |a (OCoLC)806286241  |z (OCoLC)848899812  |z (OCoLC)961493008  |z (OCoLC)985063770  |z (OCoLC)1005782151  |z (OCoLC)1018301157  |z (OCoLC)1060193922  |z (OCoLC)1066010895  |z (OCoLC)1086956883  |z (OCoLC)1103250122  |z (OCoLC)1105775287  |z (OCoLC)1112590633  |z (OCoLC)1112962293  |z (OCoLC)1113182106  |z (OCoLC)1113812084  |z (OCoLC)1129359310  |z (OCoLC)1153051912  |z (OCoLC)1159654310  |z (OCoLC)1162621806  |z (OCoLC)1192342992  |z (OCoLC)1194866041  |z (OCoLC)1228515443  |z (OCoLC)1240516989 
037 |a CL0500000223  |b Safari Books Online 
050 4 |a QA76.9.D26  |b C48 2012eb 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.74  |2 22 
049 |a UAMI 
100 1 |a Churcher, Clare. 
245 1 0 |a Beginning database design :  |b from novice to professional /  |c Clare Churcher. 
250 |a 2nd ed. 
260 |a New York :  |b Apress :  |b Distributed to the Book trade worldwide by Springer Science+Business Media New York,  |c ©2012. 
300 |a 1 online resource (xxv, 225 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a Expert's voice in databases 
504 |a Includes bibliographical references and index. 
505 0 0 |t What can go wrong --  |t Guided tour of the development process --  |t Initial requirements and use cases --  |t Learning from the data model --  |t Developing a data model --  |t Generalization and specialization --  |t From data model to relational database design --  |t Normalization --  |t More on keys and constraints --  |t Query basics --  |t User interface --  |t Other implementations. 
588 0 |a Print version record. 
520 8 |a Annotation  |b Beginning Database Design, Second Editionprovides short, easy-to-read explanations of how to get database design right the first time. This book offers numerous examples to help you avoid the many pitfalls that entrap new and not-so-new database designers. Through the help of use cases and class diagrams modeled in the UML, youll learn to discover and represent the details and scope of any design problem you choose to attack. Database design is not an exact science. Many are surprised to find that problems with their databases are caused by poor design rather than by difficulties in using the database management software. Beginning Database Design, Second Editionhelps you ask and answer important questions about your data so you can understand the problem you are trying to solve and create a pragmatic design capturing the essentials while leaving the door open for refinements and extension at a later stage. Solid database design principles and examples help demonstrate the consequences of simplifications and pragmatic decisions. The rationale is to try to keep a design simple, but allow room for development as situations change or resources permit. Provides solid design principles by which to avoid pitfalls and support changing needsIncludes numerous examples of good and bad design decisions and their consequencesShows a modern method for documenting design using the Unified Modeling LanguageWhat youll learnAvoid the most common pitfalls in database design. Create clear use cases from project requirements. Design a data model to support the use cases. Apply generalization and specialization appropriately. Secure future flexibility through a normalized design. Ensure integrity through relationships, keys, and constraints. Successfully implement your data model as a relational schema. Who this book is forBeginning Database Design, Second Editionis aimed at desktop power users, developers, database administrators, and others who are charged with caring for data and storing it in ways that preserve its meaning and integrity. Desktop users will appreciate the coverage of Excel as a plausible database for research systems and lab environments. Developers and database designers will find insight from the clear discussions of design approaches and their pitfalls and benefits. All readers will benefit from learning a modern notation for documenting designs that is based upon the widely used and accepted Universal Modeling Language. Table of ContentsWhat Can Go Wrong?Guided Tour of the Development ProcessInitial Requirements and Use CasesLearning from the Data ModelDeveloping a Data ModelGeneralization and SpecializationFrom Data Model to Relational SchemaNormalizationMore on Keys and ConstraintsQueriesUser InterfaceOther Implementations. 
542 |f Copyright © 2012 by Clare Churcher  |g 2012 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Database design. 
650 0 |a Data structures (Computer science) 
650 6 |a Bases de données  |x Conception. 
650 6 |a Structures de données (Informatique) 
650 7 |a COMPUTERS  |x Databases  |x General.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Data structures (Computer science)  |2 fast 
650 7 |a Database design  |2 fast 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 0 0 |a databasebeheer 
653 0 0 |a database management 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
776 0 8 |i Print version:  |a Churcher, Clare.  |t Beginning database design.  |b 2nd ed.  |d New York : Apress : Distributed to the book trade worldwide by Springer Science+Business Media New York, ©2012  |z 9781430242093  |w (OCoLC)785080191 
830 0 |a Expert's voice in databases. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430242093/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28323786 
938 |a Books 24x7  |b B247  |n bks00054142 
938 |a ebrary  |b EBRY  |n ebr10595087 
938 |a EBSCOhost  |b EBSC  |n 1173722 
938 |a YBP Library Services  |b YANK  |n 9638812 
994 |a 92  |b IZTAP