1) Normalization is the process of organizing data to minimize redundancy and dependency.
2) The main normal forms are 1NF, 2NF, 3NF, and BCNF, with each form addressing a more specific type of dependency or anomaly.
3) Normalization involves analyzing relations based on their functional dependencies and primary keys, then decomposing relations to eliminate certain types of dependencies and anomalies.