table stucture in SQL
SQL>desc <table name>
Example:
SQL>desc smarttips
Name Null Type
Id NOT NULL NUMBER(2)
Name varchar(10)
SQL>desc <table name>
Example:
SQL>desc smarttips
Name Null Type
Id NOT NULL NUMBER(2)
Name varchar(10)