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


What is the difference between column level constraints and
table level constraints?

Answers were Sorted based on User's Feedback



What is the difference between column level constraints and table level constraints?..

Answer / akki

column constraint is only for particular column to provide restriction,

where in table level constraint we define multiple constraint at same time except not null .

not null is only used for column level.

ex: create table customer(cust_id number(2) not null,cust_name varchar2(20)check(cust_name like 'C%');

above example is shows constraints on column level.

Is This Answer Correct ?    1 Yes 1 No

What is the difference between column level constraints and table level constraints?..

Answer / riddhi

Difference between column level constraints and table level constraints
1)Column level constraint is declared at the time of creating a table but table level constraint is created after table is created.
2)Column Level Constraints refers Only One Column whereas table level constraints refers to one or more than one column
3)not null constraint can't be created as table level constraints because it don't have name.
Column level constraint-

Ex : Create table emp
( empno number primary Key);
Table level constraint

Ex: Create table emp
( empno number);
Constraints pk_con primary Key(empno));

Is This Answer Correct ?    0 Yes 1 No

What is the difference between column level constraints and table level constraints?..

Answer / chunnu

is questn ka ans mai pichle 50 saal se dund rha hu....mile
to apne pas hi rakhna.........varna mere sir ko bta
dena .....sir kha gae...pad k ana bhul gae the.....

Is This Answer Correct ?    32 Yes 39 No

What is the difference between column level constraints and table level constraints?..

Answer / hari

Column level and Table level Constraint

In column level we will give primary key after the data type
create table table-name(name varchar2(10) primary key)


In Table Level we will use constraint name..

Is This Answer Correct ?    19 Yes 29 No

Post New Answer

More Oracle General Interview Questions

What is system global area (sga) in oracle?

0 Answers  


hai, when to use char and varchar2....?

2 Answers  


what is the difference between first normal form & second normal form?

11 Answers   IBM, Oracle,


Difference between inner join vs where ?

0 Answers  


Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??

1 Answers   BirlaSoft,


How to select the name of employee who is getting maximum sal with out using subquery

15 Answers  


26. Display the earliest shipping date in the format: DD/MON/YYYY

5 Answers   Wipro,


In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??

0 Answers  


I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.

0 Answers   GTL,


How do I know if oracle is installed on windows?

0 Answers  


1) Does oracle have any table which contain all the exceptions and it's code internally?

0 Answers   CTS,


How to use "while" statements in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • 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)