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
Is it possible to create the following trigger: before or after update trigger for each row?
Enlist the advantages of sql.
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is difference between joins and union?
Can a foreign key have a different name?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
How to convert comma separated string to array in pl/sql?
What is the primary use of normalization?
What is a behavioral trigger?
What do you mean by stored procedures?
How much does sql cost?
discuss about myisam key cache. : Sql dba
How do we use distinct statement? What is its use?
How can you get sql*loader to commit only at the end of the load file? : aql loader
Can we debug stored procedure?