SQL - Get Column name & length Get link Facebook X Pinterest Email Other Apps October 29, 2023 SELECT TABLE_NAME,COLUMN_NAME,IS_NULLABLE,data_type,column_type FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'certification_certifier'; Read more