Computer Science, asked by divij8973, 11 months ago

How to add columns at specific position in existing table in MySQL?

Answers

Answered by Anonymous
0

hey there

you should use syntax:

insert into <tablename>

values

(xyz,45,"02-03-1999");

hope it help

MARK IT AS A BRAINLIEST

Similar questions