Answer Posted / mohanbabu
Constraints are used to limit the type of data that can go
into a table.
Constraints can be specified when a table is created or
after the table is created.
A trigger is a fragment of code that you tell Oracle to run
before or after table is modified.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are some emotional triggers?
What is a call statement? Explain with an example.
what are enums used for in mysql? : Sql dba
Why procedure is used in sql?
Who is the owner of mysql database?
What is sql*plus?
what are the drivers in mysql? : Sql dba
Do we need to rebuild index after truncate?
what are the advantages a stored procedure? : Sql dba
What are stuff and replace function?
how to increment dates by 1 in mysql? : Sql dba
What is a temporal data type?
What is the primary use of normalization?
How to combine two stored procedures in sql?
How do you break a loop in pl sql?