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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to call a stored function with parameters?

748


What is a user role in oracle?

864


How to define an external table with a text file?

803


What is a subquery?

827


Can a formula column referred to columns in higher group ?

2260


how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?

1734


Which dictionary tables and/or views would you look at to diagnose a locking issue?

1677


How to filter out duplications in the returning rows using oracle?

837


Which is better Oracle or MS SQL? Why?

5846


How to drop a tablespace?

746


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

1795


How to retrieve data from an explicit cursor?

778


Explain temporal data types in oracle

812


What is system global area (sga) in oracle?

772


What is snapshot is too old? Give and example for better understand.

1322