In MySql you can see the table definition (columns with their data types etc) with show create table table_name.
show create table table_name
Is there a similar functionality for o
If you are using PL/SQL Developer; Right click on table, Select View, at the right bottom of the view window click on 'View SQL' button.