What is the difference between Union, Unionall ?
Answer / sangeeta
Union will not display the redundant data whereas UnionAll
will display the redundant data.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is namedparameterjdbctemplate?
What is JDBC DataSource and what are it’s benefits?
What is the meaning of batch updates?
What are the conditions applies to varchar variable, when using in procedures?
What is the use of statement in jdbc?
What is jdbc and odbc?
what are design patterns?
Explain the two tier and three tier architecture of jdbc.
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
Explain the difference between resultset and rowset in jdbc
What is ojdbc14 jar?
What is com mysql jdbc driver?