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
Are pl sql variables case sensitive?
Is sqlite good enough for production?
What are commit, rollback, and savepoint?
What is %rowtype in pl sql?
Why we use pl sql?
Explain alias in sql?
What is number function in sql?
What is trigger types of trigger?
What is sqlexception in java?
Mention what is the use of function "module procedure" in pl/sql?
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is %type in pl sql?
What is offset and limit in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
Explain the select statement in sql?