1.

Which operation are allowed in a join view:(a) UPDATE(b) INSERT(c) DELETE(d) All of the mentionedThe question was asked during an interview.My query is from Join Operations topic in division Query Processing Techniques of Database Management

Answer»

The correct choice is (d) All of the mentioned

Best EXPLANATION: The DELETE statement is used to delete ROWS in a table. The UPDATE statement is used to update existing records in a table. The INSERT INTO statement is used to insert NEW records in a table.



Discussion

No Comment Found

Related InterviewSolutions