Introduction to Databases with Web Applications
By Martin Prygmore
Pearson Education
Distributed By Trans-Atlantic Publications
November 2007
ISBN: 9780321263599
712 pages, Illustrated
$122.50 Paper Original
Description
Connecting databases to the world wide web is an increasingly important skill for computer scientists and MIS/BIS as the WWW breaks down the traditional barriers of information sharing across organisations, allowing this vital process to be done cheaply and efficiently. Traditional database books present database design with any material on web-applications being a tackled later, almost as an afterthought. Similarly, web-development books may gloss over databases in a single chapter on SQL.
This book discusses database development but always in the context of the web. Thus it gives a genuine understanding of how to implement web databases rather than presenting one field and simply trying to ‘bolt-on’ the other afterwards. That said, it covers the core concepts of a traditional database design course and so offers the flexibility of learning database design separate from the web applications if desired.
Scripting is covered first so that, should the reader want to get the web context from the start, they understand how their application will be implemented before trying to design it.
ContentsPreface Acknowledgements
- The web database environment
- Network, database and web technology
- Data models
- Web database implementation
- Introduction to the SQL data language
- More features of the SQL data language
- Further issues in web database implementation
- Conceptual database design
- Logical database design
- Physical database design
- Web-data design
- XML
Appendices Glossary Bibliography
Features
- Covers the core of a traditional introductory database module, but sets the development in the context of the web
- Covers scripting languages first so you understand how a database application is implemented before trying to design it
- Chapter on XML presents some of the possibilities this non-relational alternative may offer the world of databases
- Review questions and exercises allow you to test your knowledge, whilst investigations at the end of each chapter prompt you to delve even deeper into the topics presented