What are static and dynamic queries?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why did my jdbc code throw a rollback sqlexception?

673


What does it mean to "materialize" data?

736


What is correlated subquery?

1969


What is jdbc url for mysql?

773


How can you create jdbc statements?

713


What is the JDBC?

748


List the advantages of using datasource?

765


What are the new features added to JDBC 4.0?

729


How a database driver can be loaded with jdbc 4.0 / java 6?

673


What are the differences between stored procedure and functions?

726


What is ODBC and JDBC? How do you connect the Database?

742


Explain some new features available in jdbc 4.0?

782


Explain the difference between rowset vs. Resultset in jdbc?

775


What is jdbc driver?

682


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

4127