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

Can we connect to ORACLE db using Windows Authentication?

709


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

1651


How to establish administrator authentication to the server?

548


State some uses of redo log files?

548


Explain view?

571






How to use subqueries with the exists operator in oracle?

604


How to see free space of each tablespace?

583


What are ddl statements in oracle?

581


What is max rowid in oracle?

549


Explain rename?

541


What is a proxy object?

569


What is the difference between online and offline backups?

554


I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?

614


What is merge in oracle?

550


What is rich query?

532