If a table column has is UNIQUE and has NOT NULL, is it
equivalent to a PRIMARY KEY column?
Answer Posted / pkd
yes, unique key is also used for foreign key
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get a list of all user accounts in the database?
What is the recommended interval at which to run statspack snapshots, and why?
How to connect to a remote server?
What is backup in Oracle?
how to make an oracle object
How to define an oracle sub procedure?
What are the differences between blob and clob in oracle?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What are the oracle built-in data types?
How would you change old and new values in an insert, delete and update triggers?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
How to check the server version in oracle?
What is oracle open database communication (odbc)?
How to define a data source name (dsn) in odbc manager?
What is pragma autonomous transaction in oracle?