What is the difference between column level constraints and
table level constraints?
Answer Posted / rajan sharma
Column level are those constraints that are inserted after
the declaration of the data typeot
Syntax :
CREATE TABLE table_name
(Column_name Datatype NOT NULL )
Example : Not null,pimary key,foreign key, unique and check.
Table level constraints are those that are inserted at the
end of the table.
Example : pimary key,foreign key, unique and check.
Thanks
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
How to best split csv strings in oracle 9i?
How to start a new transaction in oracle?
How to lock and unlock a user account in oracle?
How to display employee records who gets more salary than the average salary in the department?
Explain the function of optimizer in oracle?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How do you bind variables in oracle?
What is an oracle wallet?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to drop a tablespace?
Explain the truncate in oracle?
Explain the features of oracle?
How to bring a tablespace offline?
Does facebook use oracle?
What is a schema in oracle?