wahts is mean by primary key and unique key?
Answer Posted / seshu
HI ALL
PRIMARY KEY :- UNIQUE+NOT NULL
UNIQUE kEY :- UNIQUE +NULL
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the use of getGeneratedKeys() method in Statement?
Explain about the Try Block?
What is the difference between client and server database cursors?
Is it possible to connect to multiple databases simultaneously?
What is a jdbc connection?
What is jdbc and jpa?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is the purpose of the jdbc resultset interface?
What should be done for auto generating primary key id in a table ?
Where can I find ojdbc14 jar file?
What do you understand by jdbc statements?
What is jdbc and odbc in java?
Where is jdbc used?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?