Tell me about normalization in DBMS.
Answer / Veerendra Kumar
Normalization is a process to organize data in a database to reduce redundancy and improve data integrity. It involves dividing tables into smaller tables that adhere to specific rules (like 1NF, 2NF, and 3NF).
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
Explain the etl (extraction, transformation, and loading)?
What is the importance of a recovery model?
A trigger can reference objects outside the current database? State true or false.
What are scalar functions?
How to fetch the next row from a cursor with a "fetch" statement?
What language is sql server written in?
Explain different backup plans?
Is it safe to delete log files?
you are provided with the single table having say 4 col ie fname lname age city , now the all records with displying of only fname and lname is required but in this format say my name is abhay khanna it will come like this abhay-khanna rahul-roy gaurav-singh the above format is required
What are information schema views?
What are the difference between primary key and unique key? : sql server database administration
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)