1.

Write SQL command to remove column named ‘Games’ from a table named ‘player’.

Answer»

ALTER TABLE player DROP Games

Alter table player drop games


Discussion

No Comment Found

Related InterviewSolutions