Answer Posted / kiran kumar
DML operation can not perform on complex view
if the SELECT statement in a view contain in any one of the
following
1) DISTINCT operation
2) Aggregate functions
3) Group by or HAVING clause
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What's the difference between a primary key and a clustered index?
Explain two easy sql optimizations.
How many sql statements are used? Define them.
What are the different types of database management systems?
How many commands are there in sql?
What is difference between stored procedure and trigger?
How we can update the view?
What is the difference between syntax error and runtime error?
What is the difference between numeric and autonumber?
What are different types of keys?
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.
How to disable a trigger name update_salary?
How many unique keys can a table have?
what is the difference between $message and $$message? : Sql dba
What do you know by pl/sql cursors?