can we update a view which is created from two tables
Answer Posted / arup ratan banerjee
U can update non-updatable views to updatable ones by means
of Instead Of Triggers
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What's the difference between inner join and left join?
Why is theta join required?
how to drop an existing view in mysql? : Sql dba
What are the set operators in sql?
what are the type of locks ? : Sql dba
How many types of relationship are there?
What is the use of nvl function?
Is primary key is clustered index?
What are reports usually used for?
How to call a javascript function from pl sql?
What are tuples in sql?
What is before trigger?
How to run sql statements with oracle sql developer?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is spool?