What normalization means?


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

Post New Answer

More SQL PLSQL Interview Questions

What sql does db2 use?

0 Answers  


select 10 from dual; y its showing all the rows with 10?

1 Answers  


Where can I learn sql for free?

0 Answers  


what is a database transaction? : Sql dba

0 Answers  


Can we use commit inside a trigger?

0 Answers  






While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?

8 Answers   iFlex,


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,


What is a heap in sql?

0 Answers  


write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba

0 Answers  


Why primary key is required?

0 Answers  


how to install mysql? : Sql dba

0 Answers  


How to return multiple records from procedure?

2 Answers  


Categories