difference between table level constraint and column level and
advantages of table level constraint
Answer Posted / selvi
Column level constraint can not refer other columns or sysdate, UID, currVal, nextVal or rownum, and this is limitation of column level constraint over table level constraint.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to select unique records from a table?
How can you select unique records from a table?
What is the use of stored procedures?
What is column?
Why self join is used in sql?
Is sql a case sensitive language?
What is the difference between view and stored procedure?
What is the purpose of the partition table?
Why do we need view in sql?
how do you login to mysql using unix shell? : Sql dba
What is rank () in sql?
Is record in pl sql?
Can we rollback after truncate?
Why do we need a foreign key?
what is try_catch block in procedure