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

Answer Posted / adinarayana

COLUMN LEVEL
1.Column level constraints can be defined along with the
columns.
2.NOT NULL constraints can be defined at this level(to only
one column).
3.Composite keys can't be defined at this level

TABLE LEVEL
1.Table level constraints can be defined after defining the
all columns
2.NOT NULL constraints can't be defined at this level.
3.Composite key can be defined at this level

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the predefined tablespaces in a database?

764


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

1058


What are the differences between char and nchar in oracle?

810


What are the types of trigger in oracle?

746


Can the query output be sorted by multiple columns in oracle?

737


How to divide query output into groups in oracle?

737


What do you mean by a tablespace?

766


What are the different types of database objects?

722


Difference between varchar and varchar2 data types?

839


How to count duplicated values in a column in oracle?

766


Explain the use of owner option in exp command.

755


How to pass parameters to procedures in oracle?

795


Can we write insert statement in function in oracle?

790


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

728


How to write a left outer join with the where clause in oracle?

829