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 ...
I started out in Database Design early in my application development career. I still remember being issued with an official IBM stencil for drawing Entity Relationship Diagrams (ERDs). Change ...
Developers should be aware of the hazards of using nonstandard SQL commands such as those found in Oracle, Microsoft, and MySQL systems. Instead, you should use ANSI SQL, which is a ...
Software developers today have more options open to them. They have tools and services that can help them build new applications quickly, then launch those services to customers globally, and then ...
You are creating a database from scratch for an application This application will have multiple siloed environments (PROD, TST, INT, DEV) Data from PROD will nightly be moved to the other environments ...
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 business logic into your ...
Good software habits apply to databases too. Trust in these little design tips to build a useful, rot-resistant database schema. It is a universal truth that everything in software eventually rots.
People are drawn to lists. Lists appear everywhere, from the Christian Bible to the weekly Top 40 countdown to the FBI’s most-wanted list to top 10 lists on late night television (via David Letterman) ...
Database Administrator vs. Database Architect: What’s the Difference? Your email has been sent A database admin is responsible for the operation of databases, whereas a database architect manages the ...