1.

To change a value in a tuple without changing all the values in the tuple, we use the _____ statement(a) insert(b) insert some(c) update(d) alterI have been asked this question in an interview for job.I'd like to ask this question from Modification of Database in section Introduction to Relational Model and Sql of RDBMS

Answer»

Right answer is (c) UPDATE

Explanation: 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;



Discussion

No Comment Found

Related InterviewSolutions