Tell me what is normalization? Explain different forms of normalization?
Answer / Harshvardhan Aditya
{"Normalization": "A process in database design to organize and structure a database to minimize redundancy, improve data integrity, and enhance efficiency. It involves dividing larger tables into smaller tables and defining relationships between them using foreign keys.n"Form of Normalization": {"First Normal Form (1NF)": "Eliminate repeated groups and ensure each column contains atomic values, i.e., indivisible values that cannot be further divided.", "Second Normal Form (2NF)": "Eliminate partial dependencies by ensuring that a table only has a primary key and is fully dependent on it.", "Third Normal Form (3NF)": "Eliminate transitive dependencies, i.e., when non-key attributes depend on other non-key attributes.", "Fourth Normal Form (4NF)": "Eliminate multi-valued dependencies, i.e., when a table contains multiple related tables.", "Fifth Normal Form (5NF) and above": "Higher normal forms focus on further reducing redundancy, but they are rarely used in practice due to the complexity and minimal benefits."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a view?
What is 2nf normalization form?
Explain an automatic checkpoint
two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?
Do you know what is fill factor and pad index?
check, not null,unique
How many instances per computer are there in sql server 2000?
How to use subqueries with the exists operators in ms sql server?
What is intellisense?
How to encrypt data between dialogs?
A left outer join B B right outer join A gives the same result then what is the use of two?
Hi..here i would like to know the Backup and Restore models?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)