What is Database Trigger ?
Answer / nishi
Database trigger is a stored procedure that invokes automatically when a predefined event occurs.The usage of database trigger is to audit the data modification.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is primary key = unique key,not null? If yes,please explain IF No,please explain
I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.
List the types of joins used in writing subqueries?
How much memory your 10g xe server is using?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
Is it possible to enter only time value into a column of a table in sql?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
interview questions with answer for cts
when loggined as SYSTEM,how to display all the users of database using sql query?
Explain temporal data types in oracle
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How can we view last record added to a table?