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