1.

How many relations can a delete command operate on?(a) 0(b) 1(c) 2(d) Infinitely manyThis question was addressed to me in an internship interview.This interesting question is from Modification of Database in chapter Introduction to Relational Model and Sql of RDBMS

Answer»

The correct CHOICE is (b) 1

The explanation is: The DELETE command can operate only on one relation. You cannot give commands like delete R1, R2.



Discussion

No Comment Found

Related InterviewSolutions