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
What is analyze command used for?
How to install oracle odbc drivers?
How to build data dictionary view an new database?
What happens if you lost a data file?
What is an anonymous block?
How to define a cusotmer as a supplier in ORACLE R12
What is columnar storage what is the advantage?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
Explain joins in oracle?
How to drop a tablespace?
How to compare dates in oracle sql?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
How to import one table back from a dump file?
What is a cursor variable?
Does facebook use oracle?