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
Is jdbc object oriented?
How many types of resultset are there in jdbc?
Explain how to make updates to the updatable resultsets.
How many types of statements are there in jdbc?
How to use JDBC to connect Microsoft Access?
Result set’s index starts with 0 or 1?
What are four types of JDBC driver?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is jdbc oracle thin?
What are the methods which can verify the cursor particular position?
How to set the attribute concurrency in resultset?
Explain the difference between inner and outer join ?
What is the return type of execute, executequery and executeupdate?
If you are truncated using JDBC, how can you that how much data is truncated?
What is the role of class.forname while loading drivers?