Types of Oracle Database Datatypes
varchar2 this is the most common datatype it allows you to store alphanumeric characters. The length of varchar2 is 4000 bytes or characters. This was what set Oracle apart from other databases in prior years. While other databases had lengths up to 2000 Oracle had its character length set at 4000
Number datatype: allows you to store an interger as well as decimal values
date datatype not to be confused with the time stamp datatype stores the date value - the default way of...