Microsoft
Software
Hardware
Network
Question : What is First Normal Form (1NF)?
My understanding is that a table is in first normal form (1NF) if every attribute 'depends on the primary key'. Is this correct?
Say you had a Drivers table with fields License# (PK), Car1 and Car2 (to accommodate driver's with two cars). Since you can swap Car1 for Car2, nether depends on the PK. Does this mean it is not in 1NF?
On the other hand, if you had a Drivers table with License# (PK), MainCar and SecondCar, now you can have only one value for each car field. Does this mean it is in 1NF?
Answer : What is First Normal Form (1NF)?
see this link
Description of the database normalization basics
http://support.microsoft.c
om/?kbid=2
83878
Random Solutions
Get table name from column in a view
Generating Unicode Characters in VFP 9
pop up calendar for access 2003 dates
How to export cmd.exe output to a .txt file when using the command nslookup
How can I tell who changed the Out of office message for an Exchange 2007 mailbox?
FILE RENAME IN FOXPRO
Need example code to programmatically pin a folder to make it "Always Available Offline"
Is it possible to link Sharepoint Calendars to each other?
How my Dialog is gone!!
Repeat Tablix Header on multiple pages in Microsoft Reporting Services