What is the difference between SQL Constraint and PL/SQL
constraint.Pls give all the constraint name.
Answer Posted / 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 |
Post New Answer View All Answers
What is sql profiler in oracle?
Can we have two clustered index on a table?
what are the performance and scalability characteristics of mysql? : Sql dba
What is ttitle and btitle?
When you have to use a default "rollback to" savepoint of plvlog?
Which is better join or subquery?
What is the use of function "module procedure" in pl/sql?
Where is sql database stored?
How do rank () and dense_rank () differ?
How we can update the view?
How is use pl and sql?
Write a sql query to get the third highest salary of an employee from employee_table?
Mention what is the plv (pl/vision) package offers?
What is the use of sqlerrd 3?
how would you get the current date in mysql? : Sql dba