Database Naming Conventions

Database Naming Conventions

Open an unfamiliar database and you can usually tell within thirty seconds whether the person who built it thought about naming. Tables called “Table1,” queries called “Query3,” and a report saved as “Copy of Copy of Report” are a...
Types of database tables

Types of database tables

A Microsoft Access database can have different types of tables including… Local information tablesLocal information tables store, in your local database, information you wish to track.  This may include information about employees, clients, products, facilities,...
Creating Atomic Fields

Creating Atomic Fields

One rule of database design is to make your fields atomic. This article discusses what an atomic field is, and why it’s important. What is an atom? First, let’s talk about atoms. In physics, an atom is the smallest unit of ordinary matter. We used to think atoms could...
Data Relationships

Data Relationships

Q: Data Relationships, what does that mean? A: It means data, usually in a database, can be related to other data in the database. Q: Really? How can data in a database be related to other data in a database? Are you saying one piece of data can begat another piece of...