Un-Answered Questions { JDBC }

Explain the difference between inner and outer join ?

514


What are temp tables ?

536


What is database deadlock ?

541


What should be done for auto generating primary key id in a table ?

529


Can we have foreign key reference to a non primary key column ?

533


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

480


If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

580


What is database deadlock ? How can we avoid them?

517


Describe the steps needed to execute a sql query using jdbc.

549


Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?

490


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

505


Does sql allow null values ?

549


Write an sql to find all records having all upper case alphanumeric characters in a field ?

531


What does the jdbc connection interface?

541


What is the advantage of namedparameterjdbctemplate?

508