| |||||||||
|
| Employee_Name (SSN and Employee_Name
together create a primary key) ... The primary key
of the Employee_Hours table is the combination for the foreign key
... www.blueclaw-db.com/database_link_tables.htm |
| 2NF only comes into play when the primary
key of the table is comprised of two or more fields and each of these
fields is not a candidate to be a primary ... www.blueclaw-db.com/database_2nd_normal_form.htm |
Composite Keys
| The next example creates a new employee
table with two Text fields, a Date/Time field, and a multi-field (composite)
primary key index using the three ... www.blueclaw-db.com/create_table_access_sql.htm |
| 2NF only comes into play when the primary
key of the table is comprised of ... case that is designed to
deal with tables that have composite primary keys. ... www.blueclaw-db.com/database_2nd_normal_form.htm |
| 1) Each field within a table should be
dependent on the primary key field(s) and ... tables using
dates, long character fields, or composite primary keys. ... www.blueclaw-db.com/helpmicrosoftaccess.htm |
Indexes
| Data Definition Language (DDL): Create,
Alter Update tables using SQL statements in MS Access Database. www.blueclaw-db.com/database_table_sql/ |
| Create Index Create Table
Alter Table Add User DDL Table Management Examples ...
table, The name of the existing table that will contain the
index. ... www.blueclaw-db.com/create_index_sql_ddl.htm |
| The DDL Alter Table statement
provides you with the ability to ADD/DROP table fields and to
change data types as well as modify or create indexes. ... www.blueclaw-db.com/alter_table_ddl.htm |
Joins
| Inner Join vs Outer Join.
Database becoming too large. Database has lost a report or form. Developer
left your company. Database consultant won't finish ... |
| Write SQL queries and learn query table
join techniques (inner join outer joins). Update dependent
combo box and implement form/recordset filters ... |
| Referential Integrity. Cascade Delete.
Cascade Update. Microsoft Access Join Types. Discussion. Inner
Joins. De-normalization. Outer Joins. Reverse Join ... |
Relationship Diagram
| Database Relationship Diagram.
Discussion. Referential Integrity ... In the diagram (above)
there is a parent/child relationship between M_Job_Lots and ... |
For more formal discussion of The Standard in database table Normalisation techniques visit About.Com's Boyce-Codd Normal Form (BCNF) discussion.
To create tables, modify tables and update the design elements of database tables using SQL or VBA code then see our Data Definition Language Table Management tutorial.
|
|