Can we create more than one constraint to column ?
Answer Posted / 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 |
Post New Answer View All Answers
How can we view last record added to a table?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is Reduced List of Values?
How to start instance with a minimal initialization parameter file?
How to convert character types to numeric types?
In which language oracle has been developed?
How to get a list of all user accounts in the database?
How to check the oracle tns settings?
Can we create database in oracle using command line ?
What is logical backup in oracle?
How can you use check constraints for self referential integrity?
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How to empty your oracle recycle bin?
Please explain oracle left join with an example?