InterviewSolution
Saved Bookmarks
| 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 |
|