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 load a large xml file?
What are the differences between char and varchar2 in oracle?
What happens if you set the sga too low in oracle?
How to create a stored function in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
What is an oracle user account?
State any two functions of oracle?
How to see the table columns used in an index?
Please explain drop constraint oracle?
What is the max number of columns in an oracle table?
Design database draw er diagram for a certain scenario ?
How to export data to a csv file?
What are the different pseudo commands? Explain in general?
How to assign values to variables?
What is SQL access advisor in Oracle?