What is the difference between column level constraints and
table level constraints?
Answer Posted / adinarayana
COLUMN LEVEL
1.Column level constraints can be defined along with the
columns.
2.NOT NULL constraints can be defined at this level(to only
one column).
3.Composite keys can't be defined at this level
TABLE LEVEL
1.Table level constraints can be defined after defining the
all columns
2.NOT NULL constraints can't be defined at this level.
3.Composite key can be defined at this level
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we commit inside a function in oracle?
How to create an oracle database?
What exactly do quotation marks around the table name do?
Explain the difference between a procedure and a function? What do you understand by those terms?
What is the disadvantage of User defind function?
How to define an anonymous block?
What is a table in oracle?
what is port in oracle? how is it related to database application.
Explain the use of indexes option in imp command.
material view and view disadvantages?
How can I see all tables in oracle?
Name the three major set of files on disk that compose a database in Oracle?
What is the use of file param in imp command?
How do I find the database name in oracle?
How would you go about verifying the network name that the local_listener is currently using?