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
How to view the data files in the current database?
How to pass a cursor variable to a procedure?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to turn on or off recycle bin for the session?
what is meant by magic query
How can we find out the duplicate values in an oracle table?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is the difference between a hot backup and a cold backup in oracle?
State the various uses of dbcc command?
What are the logical operations?
How to resolve name conflicts between variables and columns?
How to manage transaction isolation level?
Explain what are the type of synonyms?
Explain about functional dependency and its relation with table design?
What are the parameters that we can pass through a stored procedure?