Can we create more than one constraint to column ?

Answers were Sorted based on User's Feedback



Can we create more than one constraint to column ?..

Answer / deva

yes we can

Is This Answer Correct ?    2 Yes 0 No

Can we create more than one constraint to column ?..

Answer / vijay

u can create more than one constraint on on column

Vijay Kushwaha

Is This Answer Correct ?    2 Yes 0 No

Can we create more than one constraint to column ?..

Answer / nageswararao.kamineni

we can create morethan one constrint on column
for example
create table emp11
(empno number(2) primary key,
ename varchar2(20) unique,not null
sal number(7,2));
here a table can containe only one primary key,if we wnat
declare more then one primary key,we can create like this
using unique and not null constarint.

Is This Answer Correct ?    2 Yes 0 No

Can we create more than one constraint to column ?..

Answer / madhava

s we can create

Is This Answer Correct ?    1 Yes 0 No

Can we create more than one constraint to column ?..

Answer / 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

Can we create more than one constraint to column ?..

Answer / mosab

yes we can create more than constraints to only columns

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to concatenate two text values in oracle?

0 Answers  


What happens if the imported table already exists?

0 Answers  


What is a read write transaction in oracle?

0 Answers  


How to change system global area (sga) in oracle?

0 Answers  


difference between procedures and function?

7 Answers   IBM,






What is ADDM Advisor in Oracle?

0 Answers   MCN Solutions,


What is different bet native dynamic sql and Dbms_Sql?

4 Answers   Thermotech,


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

0 Answers   Wipro,


What is user managed backup in Oracle?

0 Answers   MCN Solutions,


What is the implicit cursor in oracle?

0 Answers  


What is analyze command used for?

0 Answers  


How to install oracle odbc drivers?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)