How can we get a list of columns in an existing MySQL table?
Answers
Answered by
0
hey there
use this syntax:
SELECT * FROM <tablename>;
hope it will help
plzz MARK IT AS A BRAINLIEST
use this syntax:
SELECT * FROM <tablename>;
hope it will help
plzz MARK IT AS A BRAINLIEST
Similar questions