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

Answer Posted / rahulnayan007@gmail.com

clc = column level constraints
tlc = table level constraints

a) tlc do not support null constraint but clc do.
b) tlc can be used to construct composite keys but clc can't.
c) tlc and clc,using both we can assign names to consraints . being applied to any column.
d)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to delete an existing row from a table in oracle?

638


What are the extensions used by oracle reports?

569


Can we write dml statement in function in oracle?

628


What is the string concatenation operator in oracle?

563


How to manage transaction isolation level?

550






What is ASM (Automatic Storage Management) in Oracle?

705


How to convert characters to times in oracle?

588


State the various uses of dbcc command?

543


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1498


What is partitioned table in Oracle?

624


How to pass parameters to procedures?

547


How many types of table in Oracle?

612


How to connect to the server with user account: sys?

557


How remove data files before opening a database?

552


How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?

539