drop function helloworld // create function helloworld() returns varchar(20) deterministic return "Hello World"; //