Posted on 23rd May 2020|824 views
What is the use of "Describe Table " command in Teradata
Posted on 4th August 2025| views
In SAS SQL, we will use “Describe Table” to get information about the table. In Teradata, we use “SHOW TABLE” instead of “Describe Table”. Show table will give all the details of a particular table. For using “SHOW TABLE,” we should have at least one permission on the specified table.