A static query is an SQL query that has been passed to a database server and bound into a package. When a static query runs, the database server uses the SQL text bound in the package instead of the SQL text currently appearing in the query window. Static queries are more resource efficient than dynamic queries.