drop function helloworld // create function helloworld() returns varchar(20) sql security definer return "Hello World"; //