EraCode practice

Schema-qualified calls to functions in other modules

SQLintermediateMulti-Part

Summary

Practice using SQL module-like organization via schemas by calling a function from a different schema safely and explicitly.

Problem preview

### Goal Fix the query so it calls the correct “module” function (schema-scoped) every time. - You are given two schemas: and , both defining . - The output must use the version (not whichever is fou…

Attempt this challenge

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