What is normalization and types of normalization?
Answer Posted / adedapo adeoyee patrick
`Normalization is a process of decomposing and regrouping
attributes of a relation in oder to create new relations
(TABLES).
first normal form
second normal form
third normal form
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is sql partition function?
how would concatenate strings in mysql? : Sql dba
How is debugging done?
What is sqlcontext?
What does fetching a cursor do?
What are the benefits of stored procedures?
Explain correlated query work?
Can a select statement fire a trigger?
how would you enter characters as hex numbers? : Sql dba
How can I get the number of records affected by a stored procedure?
What is difference between hql and native sql?
What does desc stand for?
How to create an array in pl/sql?
How many rows can sqlite handle?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.