select * from emp where empno = :empno;
the query uses a bind variable, :empno, the value of which is supplied at query execution time.
This query is compiled once and then the query plan is stored in a shared pool (the library cache), from which it can be retrieved and reused.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment