Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is an oracle transaction?

1228


What is bulk load in oracle?

1123


Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables

2116


What view(s) do you use to associate a users SQLPLUS session with his o/s process?

2396


what is the difference between data migration and production migration.

2397


How do I know if oracle is installed on windows?

984


What is a trigger and what are its types?

1322


How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?

2872


What is the difference between view and materialized view in Oracle?

1204


Give the advantages and disadvantages of clusters.

1096


I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database

2184


What is recycle bin in Oracle?

1194


How many types of cluster table in Oracle?

1080


What is the difference between 10g OEM and 11g OEM?

1015


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

5476