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
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to export your connection information to a file?
What is a system tablespace?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to drop an existing view in oracle?
How to resolve the ORA-39133 error in Oracle?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Can a formula column be obtained through a select statement ?
How to assign data of the deleted row to variables?
What is difference between truncate and delete?
Can I create users through internet explorer in oracle 10g?
How to use "in out" parameter properly?
How to define and use table alias names in oracle?
What are the most common interview questions on ETL Testing for experience?
what is the difference between substr and instr function in oracle?