BCASemester 3SQLPractical 4949. Write a command to add the item-name column to the order table. ALTER TABLE ordersADD item_name varchar(20); Output: