What is normalization according to you and explain its different levels?
Answer / Gaurav Kumar Bajpai
Normalization is a process in database design aimed at organizing data in a way that minimizes redundancy, improves data integrity, and allows efficient manipulation. Normalization involves dividing a database into two or more tables, and defining relationships between them to ensure data consistency. There are several normal forms (NF) of which the most common are:
1. First Normal Form (1NF): Eliminates repeating groups and duplicates, ensuring each cell contains a single value.
2. Second Normal Form (2NF): Each non-key column depends on the primary key.
3. Third Normal Form (3NF): Eliminates transitive dependencies, where a non-key column does not depend on any other non-key columns.
4. Boyce-Codd Normal Form (BCNF): No non-trivial functional dependency involves a proper subset of the primary key.
5. Fourth Normal Form (4NF): All relations are in 3NF and have no multi-valued dependencies or join dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What protocol does sql server use?
How can you fetch alternate records from a table?
What is raid and what are different types of raid levels?
Difference between Function and Stored Procedure?
Mention a few common trace flags used with sql server?
How to provide Security for package?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What is the difference between count () and rowcount ()?
What is multilevel indexing?
Does partitioning improve performance?
What are page splits?
Describe in brief sql server monitoring ways.
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)