What is the difference between column level constraints and
table level constraints?
Answer Posted / priya
Constraints define the conditions or predictions under
which data is valid.
column level constraints are applicable to single column
only like if we want to make Unique constraint on column
level then as shoen below:-
<column Name><data type>Unique
At table level
Unique(<coulmn>,<column>);
Table level constraints means when constraints apply on
more than single column.
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
what is a Nested Loop join?
Explain oracle’s server parameter file.
How to synchronize 2 schema's objects?
How will you write a query to get a 5th rank student from a table student_report?
Explain the use of record length option in exp command.
How to convert times to characters in oracle?
What is bulk copy or bcp in oracle?
Explain the use of indexes option in imp command.
Explain what are clusters?
What is set operator oracle?
Explain enable novalidate constraint.
Differentiate between translate and replace?
What is the max number of columns in an oracle table?
How to manage transaction isolation level?
how may join possible between (requisition with purchase order)