EraCode practice

Schema-qualified module calls with dblink

SQLintermediateMulti-Part

Summary

Quick practice on using a PostgreSQL extension like a “module”: understand how it’s installed/exposed and write one query that calls it safely.

Problem preview

### Task: call an extension function in a predictable way You’re writing a query that uses the extension (treated like a “module”). Fill the single gap so the query works even if doesn’t include the …

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.