What normalization means?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

How do I quit sql?

0 Answers  


How does sql store data?

0 Answers  


Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.

13 Answers   Oracle, TCS,


What does plv msg allows you to do?

0 Answers  


what is HASH join?

2 Answers   Genpact, HCL,






What is procedure in pl sql?

0 Answers  


what are the types of join and explain each? : Sql dba

0 Answers  


How many sql core licenses do I need?

0 Answers  


ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


How does postgresql compare to mysql?

0 Answers  


When is a declare statement required?

0 Answers  


Do we need commit after truncate?

0 Answers  


Categories