SQL DESCRIBE TABLE | How to DESCRIBE TABLE in SQL | Examples
www.educba.com › sql-describe-tableGiven below are the examples of SQL DESCRIBE TABLE: Example #1. Simple Example using DESCRIBE TABLE command. Suppose, we have taken a table as demo to use the DESCRIBE. TABLE command on it and view the result. We have a table named Books in our database with fields as BookID, BookName, Language, Price and each having different data type defined at the time of table creation. The contents of the table can be shown as below: Code: