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 generate query output in html format?
Where do we use decode and case statements?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
Explain how you would restore a database using RMAN to Point in Time?
How to calculate date and time differences in oracle?
How to assign a table row to a record variable?
What is the parameter mode that can be passed to a procedure?
Please explain oracle data types with examples?
what is the scripts in data base?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
How to fetch the row which has the max value for a column?
How to loop through data rows in the implicit cursor?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is the difference between substr & instr functions?
What are the various oracle database objects?