Database Design: Mastering Data Types, Keys, and Queries
Classified in Computers
Written on in English with a size of 4.07 KB
Database Design Fundamentals
Key Concepts and Definitions
Data Type
The data type determines what field values are allowed and what other properties the field will have.
Saving a Table
You can specify a name for a table after you click the Save button on the Table Design toolbar.
Table Structure
The final step in the creation of a table is to save the table structure to disk.
Primary Key
A primary key uniquely identifies each record in a table.
Identifying Fields
When designing a database, you need to identify the fields that will be required.
Data Redundancy
Storing the same data field in multiple tables is called data redundancy.
Composite Key
A primary key that consists of more than one field is called a composite key.
Avoiding Data Redundancy
When designing... Continue reading "Database Design: Mastering Data Types, Keys, and Queries" »