What is the difference between column level constraints and
table level constraints?
Answer Posted / mohan
column level constraints contain all types of constraints
(like, not null,primary key,foregin key,unique).but table
level except not null constraint its supports all
constraints.
| Is This Answer Correct ? | 125 Yes | 32 No |
Post New Answer View All Answers
What are the different oracle database objects?
In the oracle version 9.3.0.5.0, what does each number shows?
What is oracle rownum?
How to display row numbers with the records?
How to check the server version in oracle?
Give the various exception types.
What are the attributes that are found in a cursor?
What are triggers in oracle?
candidate key is subset of super key but not vice-verse explain
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How to delete all rows a table in oracle?
Explain oracle left join with an example?
How to manage transaction isolation level?
State all possible different index configurations a table can possibly have?
How do I limit the number of rows returned by an oracle query after ordering?