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



What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

Answer / siva

Both SQL Constraint and PL/SQL constraint are the same.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

Answer / kotesh

sql & plsql constraints are same
namly

primary key
check
not null
unik
foreign key

Is This Answer Correct ?    1 Yes 0 No

What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint na..

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

Post New Answer

More SQL PLSQL Interview Questions

What are commit, rollback, and savepoint?

0 Answers  


What is the difference between rename and alias?

0 Answers  


What found sql?

0 Answers  


What are the different operators available in sql?

0 Answers  


What are different types of triggers?

0 Answers  






How does sql*loader handles newline characters in a record? : aql loader

0 Answers  


What are primary key and foreign key and how they work?

0 Answers  


What is the Query to print out the individual total number of duplicate row in sql.

5 Answers   TCS,


How do I run pl sql in sql developer?

0 Answers  


How to execute multiple sql statements in a single annonymous block irrespective of the sql statement result?

2 Answers  


why not null constraint showing its constraint type as 'c'

1 Answers  


What is dcl in sql?

0 Answers  


Categories