Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What do integers mean in oracle database?
What do integers mean in oracle database?
There are two types of data in oracle database. ..

One is oracle's built-in data type.

One is the data type supported by PLSQL, which is generally compatible with oracle's built-in data types. ....

When we build tables, we use built-in numbers, and we can also use derivative types such as int to define shaping. ..

In addition to the above numbers, PLSQL can also support PLS_INTEGER.