SQL Command to Describe a Table

The SQL command for describing a table (showing table structure with column definitions) is “desc TableName” or “describe TableName”.

desc ACDR;
desc REACDR;
desc SEACDR;
desc ReportableCDR;
desc RatedCDR;