What is the difference between SQL Constraint and PL/SQL
constraint.Pls give all the constraint name.
Answers were Sorted based on User's Feedback
Answer / siva
Both SQL Constraint and PL/SQL constraint are the same.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kotesh
sql & plsql constraints are same
namly
primary key
check
not null
unik
foreign key
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dinesh
SQL:- Primary Key,Foreign Key,NOT NULL,CHECK,DEFAULT Etc
PL/SQL :-Trigger just use a constraint
Is This Answer Correct ? | 0 Yes | 0 No |
What is record data type?
How do I install sql?
what is a control file ? : Sql dba
What is the difference between partition and index?
Is it possible to create startup or shutdown trigger for on-schema?
how to retrive only second row from table?
how to create object in plsql
What is transaction control language (tcl)?
What is the difference between join and natural join?
will function return more than one value how
How collections are improve the performance?
What are the types of join and explain each?