What are static and dynamic queries?
Answer / shera ahmad khan
Queries that are fiered by using Statement interface are
called Static queries.
Queries that are fiered by using PreparedStatement interface
are called Dynamic queries.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the differences between execute, executequery, and executeupdate?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Describe odbc?
What does executequery return in java?
Name the method, which is used to prepare a callablestatement.
How can you sort dates?
What does jdbc setmaxrows method do?
What is the jdbc rowset?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Why is jdbc needed?
What is resultset?
How to test jdbc connection to sql server?