What is an Integrity Constraint?

Answer Posted / rajesh

Integrity Constraints prevent invalid data entry into the
table.These constraints set a range and any violation takes
place oracle prevent the user from performing manipulation
on the table.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)

722


What is online transaction processing (oltp)?

749


Explain the uses of database trigger.

845


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

2167


What is a rank in sql?

714






Does truncate table reset auto increment?

721


What is the difference between Union and Union all. Which is faster.

1063


What is cursor and why it is required?

795


what are the differences between char and nchar? : Sql dba

797


How can get second highest salary in sql?

688


Enlist some predefined exceptions?

797


What are views in sql?

721


What are the two different parts of the pl/sql packages?

789


What is a temporal table?

666


What is pl sql package?

795