If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / kuldeep singh
Primary Key=Unique+Not Null+Sorting+Cluster Index
So
UNIQUE +NOT NULL != PRIMARY KEY
it cant refer someother table column
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the database administrators utilities available?
What is rich query?
What is Reduced List of Values?
How do you store pictures in a database?
Explain view?
What is the difference between a user and a schema in oracle?
What the is the diff between local index and global index. give some example.
What is primefaces used for?
what are actual and formal parameters?
Can we use bind variables in oracle stored procedure?
What is the difference between 10g OEM and 11g OEM?
Which are the five query types available in oracle?
What are the different types of modules in oracle forms?
List the various oracle database objects?
What is PL/SQL ?