what are the different type of normalization? : Sql dba
Answer / Siddharth Verma
Normalization in SQL is a process to organize data in a relational database to minimize redundancy and dependency. There are three normal forms: First Normal Form (1NF), Second Normal Form (2NF), and Third Normal Form (3NF). 1NF eliminates repeating groups, 2NF eliminates partial dependencies, and 3NF eliminates transitive dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to look at the current sql*plus system settings?
Which join is like an inner join?
I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?
how to connect oracle in unix prompt?
How to assign sql query results to pl sql variables?
What is a trigger in pl/sql?
Explain the insert into statements in sql?
Explain mutating table error.
what is a database transaction? : Sql dba
Is left join faster than inner join?
What is the difference between sql, mysql and sql server?
What is recursive join in sql?
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)