What is normalization and types of normalization?
Answer Posted / s.munna
Normalisation is basically avoid redundent data in database
for saving memory space and faster manipulation of data
keep and insert ,update , delete anamollies.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where the sql database files are stored?
What are aggregate functions in sql?
What is the size of partition table?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
what is the difference between truncate and delete statement? : Transact sql
Explain the select statement in sql?
What is difference between stored function and application function?
Does truncate require commit?
What is the importance of sqlcode and sqlerrm?
Is drop table faster than truncate?
What are properties of the transaction?
What is the difference between delete and truncate statement in sql?
Can you rollback after commit?
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
How do temporal tables work?