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 a jdbc url?
Why do we need jdbc?
Give an example of code used for setting up connection with a driver.
What is ojdbc14 jar?
How do I connect to jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are the steps required to execute a query in jdbc?
What is connection commit?
Explain some new features available in jdbc 4.0?
Explain the difference between inner and outer join ?
How can I manage special characters when I execute an insert query?
Explain about column name and getter method?
How we store procedure in oralce for callable statements in jdbc
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Where can I find info, frameworks and example source for writing a JDBC driver?