To change a value in a tuple without changing all the values in the tuple, we use the _____ statement
To change a value in a tuple without changing all the values in the tuple, we use the _____ statement Correct Answer update
To change a value in a tuple without changing the entire values in the tuple, we use the update statement. Eg: update employee set salary = salary*1.5;
মোঃ আরিফুল ইসলাম
Feb 20, 2025