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
How do I use unicode codesets with the weblogic jdriver for oracle driver?
Differentiate between function and procedure in oracle.
State some uses of redo log files?
Define oracle database
What is oracle datasource?
How to create a stored program unit?
What is set operator oracle?
How to rebuild an index in oracle?
What is an oracle and why it is used?
What is enter substitution variable in oracle?
What do you know about normalization? Explain in detail?
What is an oracle user account?
How to use windows user to connect to the server?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
Write a syntax for update query in oracle?