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
How can we solve sql error: ora-00904: invalid identifier?
what is myisam? : Sql dba
Is there any restriction on the use of union in embedded sql?
how can we find the number of rows in a table using mysql? : Sql dba
Write an sql query to select all records from the table?
What is sql rowcount?
What is pl sql block structure?
What is cost in sql execution plan?
Why indexing is needed?
How do I run a sql query?
What does <> sql mean?
what are properties of a transaction? : Sql dba
what is the difference between delete and truncate statement in sql? : Sql dba
How do I remove all records from a table?
What is the sql case statement?