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 is before and after trigger?
How do you use collections in procedure to return the resultset?
What trigger means?
What do you mean by field in sql?
How to pipe multiline string to isql?
how to drop an existing index in mysql? : Sql dba
How to add a column ‘salary’ to a table employee_details?
How to fetch alternate records from a table?
what are the advantages and disadvantages of views in a database? : Sql dba
How to Execute a Package in PL/SQL.?
Name three sql operations that perform a sort.
What is difference between pls_integer and integer?
What is the usage of nvl function?
Difference between global and parameter variables?
Why is sql*loader direct path so fast?