61) What Are The Steps Of Normalization?
Answer:
62) What Is First (1st) Normal Form (1NF)?
Answer: First normal form (1NF or Minimal Form) is a normal form used in database normalization. A relation R in which the intersection of each row and column contains one and only one value is said to be in 1NF. One has to make sure that the relation should have no non-atomic values.
The purpose of first normal form (1NF) is to eliminate repeating groups of attributes in an entity which means disallow composite attributes, multivalued attributes, and nested relations.
A table is in 1NF if and only if it satisfies the following conditions:
- There are no columns with similar or repeated data.
- Each row is unique i.e. it has a primary key.
- Each data item cannot be broken down any further.
- Each field has a unique name.
The final table is 1NF version of the same relation with redundancy.
ALSO CHECK THE BELOW FAQ's:
63) What Is Second (2nd) Normal Form (2NF)?
64) What Is Third (3rd) Normal Form (3NF)?
65) What Is Boyce-Codd Normal Form (BCNF)? Also Define Multivalued Dependency?
66) What is Fourth (4th) Normal Form (4NF)?
67) What is Fifth (5th) Normal Form (5NF)?
68) What Are The Lossless Inference Rules For Functional Dependencies (FD's) Or State The Armstrong's Axioms?
69) What Is Domain-Key Normal Form (DKNF)?
70) Define Transaction? Explain Different States Of Transaction?
... Return To HR Interview Questions With Answers Main Page.
Comments
Post a Comment
Please share your opinions and suggestions or your experience in the comments section. This way we can all help each other...
Experienced guys can share their resumes at admin@interview-made-easy.com