What is the difference between column level constraints and
table level constraints?
Answer Posted / nilesh
Column level constraints are applicable to that column
only, whereas table level conatraints are used to define
composite keys like primary key for the combination of two
or more columns in a table
| Is This Answer Correct ? | 201 Yes | 35 No |
Post New Answer View All Answers
How to drop a stored function?
What is a read write transaction in oracle?
What are the differences between number and binary_float in oracle?
How to connect to a local oracle 10g xe server?
What is a sub query and what are the different types of subqueries?
What is a oracle database?
What is the data type of dual table?
how the indexes are stored in the Oracle Database?
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....
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Can a formula column be obtained through a select statement ?
How to drop a stored procedure in oracle?
How to connect to the server with user account: sys?
what is the difference between substr and instr function in oracle?