News

A proper database design cannot be thrown together quickly by novices. A practiced and formal approach to gathering data requirements and modeling data is mandatory. This modeling effort requires a ...
As a Web developer, you need to watch out for the hazards of using nonstandard SQL commands in your applications. This article proposes programming for ANSI SQL as a platform-independent database ...
Design reviews are an important facet of the system development lifecycle for database applications. It is during the design review that all aspects of the database and application code are reviewed ...
In this sample chapter, learn how to create a full-featured, database-driven Web application and master an entire range of essential techniques, including: using database queries, adding data to ...
Once you've built one Web-based database application, however, you've built them all. From a programmer's perspective, things become boring and repetitive pretty quickly. I recently worked on my first ...
That "simple" database you see on the Web or in a business application probably took quite a bit of careful thought and planning to create.
Starting Your Database Design The first thing in building any E-commerce app is creating the underlying database to support it. As much as possible, you should try to build your application code and ...