Which of the following are valid commands to use within a function? admin 14 years ago Which of the following are valid commands to use within a function? A.UPDATE Table1 SET Column1 = 1 B.SELECT Column1 FROM Table2 WHERE Column2 = 5 C.EXEC sp_myproc D.INSERT INTO @var VALUES (1) ← Previous question Next question →