SQL - Stored Procedures and Functions
What is wrong with this function definition?
CREATE FUNCTION dbo.GetDate() RETURNS DATETIME AS BEGIN SELECT GETDATE() END
CREATE FUNCTION dbo.GetDate() RETURNS DATETIME AS BEGIN SELECT GETDATE() END
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions