What is count * in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

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 are the rules to be applied to nulls whilst doing comparisons?

0 Answers  


what is a trigger in mysql? : Sql dba

0 Answers  


How do I debug a stored procedure?

0 Answers  


Give which cursor is better for better performance means type of cursors?

2 Answers  






hi this is nakka i have been looking for 1+ exp in oracle sql,plsql developer positions also have knoledge on d2k i am not getting proper walkins how to know it? where can i find it?

5 Answers  


What are all the ddl commands?

0 Answers  


What is sql and also describe types of sql statements?

0 Answers  


Explain what is a subquery ?

0 Answers  


Does sql require a server?

0 Answers  


Mention what plvcmt and plvrb does in pl/sql?

0 Answers  


what is sql profiler? : Sql dba

0 Answers  


Categories