What is normalization and types of normalization?
Answer Posted / tumaini katobe
Is the process of assigning attributies to entities or is
the technique of designiing database with the least
redunducy and duplicancy of data.
There are five types of normalization, these are:
First Normal form
Second Normal form
Third Normal form
Fourth Normal form
Firth fourth form
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
How to return multiple rows from the stored procedure?
Why functions are used in sql?
What is a loop in sql?
What is dense_rank in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is latest version of sql?
Where can I learn sql for free?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
Can we use join in subquery?
What is not null in sql?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What mean sql?
What are local and global variables and their differences?
Can you selectively load only those records that you need? : aql loader
What is normalization in sql?