If you have a table then simply it should not have repeated columns having the same data and it should have primary key.
For Instance:
Table Name=Home
Column Names=Home_primary_key,Table,Chair1,chair2,chair3,chair4,door,window.
If you observe column names ..chair1,chair2,chair3,chair4 are repeated columns
To bring this table to 1NF form we have to have one primary key which is present and should not have repeated columns.
So now our column names would be after applying 1NF.
Home_primary_key,Table,Chairs,Door,Window.
The first normal form or 1NF is the first and the simplest type of normalization that can be implemented in a database.The main aims of 1NF are to:Eliminate duplicative columns from the same table.Create separate tables for each group of related data and identify each row with a unique column (the primary key).
First Normal Form (1NF) is a property of a relation in a relational database. To be in 1NF, each attribute in a table must be atomic, meaning it cannot be further subdivided. Additionally, each attribute must contain a single value, not a list or set of values.
A table is in 1NF (First Normal Form) when each column contains atomic values (indivisible values), there are no repeating groups of columns, and each row is unique.
In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.
The full form of DBMS is Database Management System.
BCNF, 3NF, 2NF, 1NF Non First Normal Form Both
Tabular Form
bh19 1nf
the three forms of database are in normalization called 1NF, 2NF, and 3NF
transjunction control language
Third normal form.
Database management system is full form of DBMS . Characteristics of a DBMS are following : 1) It maintains data integrity. 2) It reduces redundancy. 3) make access to data easy.