SELECT column_names FROM information_schema.columns WHERE table_schema = 'your_schema' AND table_name = 'your_table' ; -- just for column names