What are pl sql data types?


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

Post New Answer

More SQL PLSQL Interview Questions

What is trigger and types?

0 Answers  


PL/SQL allocates memory for the variable's at runtime or at compile time

3 Answers  


What is the purpose of a sql?

0 Answers  


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,






How to find 3rd highest salary of an employee from the employee table in sql?

0 Answers  


Can we update views in sql?

0 Answers  


how many triggers are allowed in mysql table? : Sql dba

0 Answers  


What is integrity in sql?

0 Answers  


Does mysql support pl sql?

0 Answers  


How many sql core licenses do I need?

0 Answers  


How do I count records in sql?

0 Answers  


Categories