drop function helloworld // create function helloworld() returns varchar(20) comment 'This is a function to return the string helloworld' return "Hello World"; //