如题: 如果客户端调用select id, name from table_name where id = '1' 那么在oracle的那个表里面有对这个select语句的解释呢?我主要想看看select 使用Statement 和PrepareStatement 在oracle系统表中有那些区别?例如: 客户调用 select id, name from table_name where id = '1'  和 调用 select id, name from table_name where id = ?   的区别