what is the difference between binary_integer and
pls_integer
Answer Posted / mkumar.it
Both binary_integer and pls_integer are almost same at front
end, however internal working logic are different. Both are
signed integer. For better performance, use pls_integer as
it uses machine arithmatic whereas binary_integer uses
library arithmatic. Other than this, if calculation
overflows the in pls_integer, it throws exception but
binary_integer does not.
| Is This Answer Correct ? | 35 Yes | 7 No |
Post New Answer View All Answers
What is sql keyword?
What is full form of rtm?
What is the need of merge statement?
What is difference between ms sql and mysql?
What are literals in sql server?
What does the acronym acid stand for in database management?
How to move files from one directory to another in pl sql?
i have some prob lem to tell me about my self in interview first round ...
what is a cursor? : Sql dba
Explain unique key in sql.
Explain what is dbms?
what are the different type of sql's statements ? : Sql dba
How to call a javascript function from pl sql?
What found sql?
What does the base_object_type column shows in the user.triggers data dictionary view?