Can we create more than one constraint to column ?
Answer Posted / tripti gour
yes, we can
ex.
create table t1
(empno number(4) not null,
ename varchar2(30),
constraint u_k_t1 unique key (empno));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use regular expression in pattern match conditions in oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is the Tune Query
How can we find out the current date and time in oracle?
Differentiate between function and procedure in oracle.
How to rename an index?
How to save query output to a local file?
Explain do view contain data?
What are the varoius components of physical database structure of oracle database?
How to rename a tablespace in oracle?
How to run create database statement again?
What is literal?
Difference between oracle's plus (+) notation and ansi join notation?
Please explain joins in oracle?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?