Answers for "how to describe the structure of a table in sql"

SQL
0

table structure in sql

select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='<Table Name>'
Posted by: Guest on April-22-2021

Code answers related to "how to describe the structure of a table in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language