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...

why can't we assign not null constraint as table level
constraint

Answer Posted / newton_dba

A NOT NULL CONSTRAINT IS USAUALLY APPLIED ON COLUMN LEVEL
BUT IT CAN BE APPLIED ON THE TABLE LEVEL BY USING ALTER
TABLE STATMENT

ALTER TABLE EMP
MODIFY (ENAME CONSTRAINT EMP_ENAME_NN NOT NULL);

Is This Answer Correct ?    7 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to load a large xml file?

1106


What are privileges and grants?

1105


Explain an index segment?

1158


When system tablespace is created?

1090


Where is the export dump file located?

1224


Is java required for oracle client?

1047


What are the uses of a database trigger?

1036


What is the usage of synonyms?

1215


what is the difference between substr and instr function in oracle?

1143


How remove data files before opening a database?

1135


What is parameterized cursor in oracle?

1221


Can we create database in oracle using command line ?

1132


What to do if the startbd.bat failed to start the xe instance?

1126


How to assign values to variables?

1163


How to create a single index for multiple columns?

1081