Which query will give the table structure with column definitions in SQL?
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'student'