What is pls_integer in pl sql?



What is pls_integer in pl sql?..

Answer / Pinkey Kumari

PLS_INTEGER is a PL/SQL built-in datatype representing a signed integer value. It can hold values from -2147483648 to 2147483647.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are joins in sql?

1 Answers  


Explain what is dbms?

1 Answers  


i have some prob lem to tell me about my self in interview first round ...

1 Answers  


Does group by remove duplicates?

0 Answers  


What do you mean by query optimization?

1 Answers  


how can stop the sequence with mention the max value and with out mention the max value

1 Answers   Zensar,


What is the purpose of the sql select top clause?

1 Answers  


Where the Pre_defined_exceptions are stored ?

2 Answers  


What is normalization ?

9 Answers   BirlaSoft, CTS, HCL,


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1 Answers  


How many times can we commit in a loop?

1 Answers  


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  


Categories