Answer Posted / ratnam
Normalisation is the process of taking data from a problem
and reducing it to a set of relations while ensuring data
integrity and eliminating data redundancy
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is example of database?
Is clustered index a primary key?
how do you login to mysql using unix shell? : Sql dba
What are the uses of sysdate and user keywords?
What are the string functions in sql?
Is like operator in sql case sensitive?
What is the difference between pl and sql?
How do you optimize a stored procedure in sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
Determine if oracle date is on a weekend?
What is a boolean in sql?
How many sql core licenses do I need?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
What is before and after trigger?
What do you mean by “trigger” in sql?