USE lab06;

UPDATE student
	SET StudentProgram = 'Computer Science Engineering'
    WHERE StudentProgram = 'Computer Science';