Difference between VARCHAR and VARCHAR2?
Varchar means fixed length character data (size) i.e., min size-1 and max-2000 Varchar2 means variable length character data i.e., min-1 to max-4000 Question: Which command displays the SQL command in the SQL buffer, and then executes it Answer: You set the LIST or L command to get the recent one from SQL Buffer