Write an sql to find all records having all numeric characters in a field ?
No Answer is Posted For this Question
Be the First to Post Answer
What does jdbc setmaxrows method do?
How to check jdbc driver version in websphere?
Give an example for execution of sql statement.
How do I disallow NULL values in a table?
What is difference between odbc and jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is execute(), executeUpdate() and executeQuery() methods?
What is drivermanager in java?
What is Type-1 Driver and when this driver is used?
Explain how data flows from view to db and reverse
What is the execute method in java?