CBSE 12th Computer Question Series

CBSE 12th Computer Question Series

CBSE CLASS X Computer News Science Stream

CBSE 12th Computer Question Series

Zack is working in a database named SPORT, in which he has created a table named “Sports” containing columns SportId, SportName, no_of_players, and category.
After creating the table, he realized that the attribute, category has to be deleted from the table and a new attribute TypeSport of data type string has to be added. This attribute TypeSport cannot be left blank.

Help Zack write the commands to complete both the tasks