PostgreSQL - PL/pgSQL Fundamentals
What will happen when running this DO block?
DO $$ DECLARE x INTEGER := 10; BEGIN x := x + 5; RAISE NOTICE 'Value: %', x; END $$;
DO $$ DECLARE x INTEGER := 10; BEGIN x := x + 5; RAISE NOTICE 'Value: %', x; END $$;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions