Data Types
What is a Data Type??
A data type is something that assigns some predefined characteristics to the values and tells the SQL engine , what type of value it is and helps to differentiate one value from another.
Oracle defines different categories of datatypes like built-in , user defined and many more.Here we will basically concentrate on oracle built- in datatypes.