PostgreSQL - PL/pgSQL Fundamentals
What will be the output of this DO block?
DO $$ BEGIN RAISE NOTICE 'Hello, PostgreSQL!'; END $$ LANGUAGE plpgsql;
DO $$ BEGIN RAISE NOTICE 'Hello, PostgreSQL!'; END $$ LANGUAGE plpgsql;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions