Answers for "create structure of 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 "create structure of table in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language