1.

________ deletes a data item from a database(a) Delete(Q)(b) Insert(Q)(c) Drop(Q)(d) None of the mentionedI had been asked this question by my college professor while I was bunking the class.My doubt stems from Insert, Delete Operations and Predicate Reads in chapter Concurrency Control of RDBMS

Answer» RIGHT option is (a) Delete(Q)

BEST explanation: Delete(Q) deletes a data item from a database. INSERT(Q) inserts a new data item Q into the database and assign Q an initial value.


Discussion

No Comment Found

Related InterviewSolutions