Computer Science, asked by anirbanrc4645, 11 months ago

How can we get a list of columns in an existing MySQL table?

Answers

Answered by Anonymous
0
hey there

use this syntax:

SELECT * FROM <tablename>;
hope it will help
plzz MARK IT AS A BRAINLIEST
Similar questions