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 create a stored procedure in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Please explain compound trigger in oracle?
What is a initialization parameter file in oracle?
Explain the use of grant option in exp command.
State any two functions of oracle?
How many types of auditing in Oracle?
What happens to the current transaction if the session is killed?
Explain enable novalidate constraint.
What is oracle thin client?
How data locks are respected in oracle?
What is a parameter file in oracle?
What is a Garbage Collection? and what is full recursive Garbage collection?
What are nested tables?
How to export your own schema?