What is the relation b/w view and trigger
Answer Posted / bmk
Both are database objects and it behaves diff.View doesn't
contain data and tied with sql.Trigger is an event,trigger
will create on table with after/before with DML operations.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How delete all data from all tables in sql?
what are the advantages of using stored procedures? : Sql dba
What is data types in sql?
What does truncate mean in sql?
what is the difference between a having clause and a where clause? : Sql dba
Can we create table inside stored procedure?
Explain ddl statements in pl/sql?
What is t-sql? : Transact sql
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What is pl/sql table? Why it is used?
What is difference between hql and native sql?
Explain some predefined exceptions.
Is a secondary key the same as a foreign key?
What is database sql?
When should I use nosql database?