When you create a variable using the DEFINE command in SQL*Plus, it is always assigned the CHAR datatype by default. DEFINE variables are substitution variables that store text strings and are replaced with their values before SQL statement execution.