CREATE OR REPLACE PROCEDURE clear_tables() AS $$ DELETE FROM artist_website; DELETE FROM website; DELETE FROM artist; $$ LANGUAGE SQL;