Computer Science, asked by stajbanu9000, 26 days ago

Queries are columns in a table

Answers

Answered by Anonymous
9

\huge\colorbox{tan}{Answer}

• SELECT COLUMN_NAME.

• FROM INFORMATION_SCHEMA. COLUMNS.

• WHERE TABLE_NAME = 'Your Table Name'

• ORDER BY ORDINAL_POSITION.

Similar questions