What is the difference between SQL Constraint and PL/SQL
constraint.Pls give all the constraint name.
Answer Posted / kotesh
sql & plsql constraints are same
namly
primary key
check
not null
unik
foreign key
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to pass parameters to triggers?
Does normalization improve performance?
how to include comments in sql statements? : Sql dba
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How many types of triggers are there in pl sql?
What is parameter substitution in sql?
Which is better varchar or nvarchar?
what is the different between now() and current_date()? : Sql dba
Is sqlite thread safe?
Explain what is a subquery ?
Explain constraints in sql?
What is clustered index sql?
How do I get sql certification?
What is difference between primary and secondary key?
How is a PL/SQL code compiled?