1.

Function cannot be used for __________ statement.(a) Create(b) Drop(c) Select(d) InsertI have been asked this question in class test.This interesting question is from User Defined Functions in division Developing with SQL Server of SQL Server

Answer»

The correct OPTION is (d) INSERT

Easiest explanation: We can’t use function to Insert, UPDATE, DELETE records in the database table(s).



Discussion

No Comment Found

Related InterviewSolutions