if i perform any operation on views such as insert, delete
etc will my base table get affected?????
Answer Posted / radha sri seshu.kolla
yes it will effect if your view is a simple view (eg:
create or replace view empview as select * from emp;) this
is called simple view. if you use any joins or if u create
view using more than two tables then it is called complex
view. in case of comlex view the database will not effect.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to find 3rd highest salary of an employee from the employee table in sql?
how many ways to get the current time? : Sql dba
What are sql objects?
What are the two characteristics of a primary key?
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 set serveroutput on?
What are primary key and foreign key and how they work?
How to run sql statements through the web interface?
What is lexical units in pl sql?
How to run sql commands in sql*plus?
What does trigger mean in psychology?
Does inner join remove duplicates?
how many tables will create when we create table, what are they? : Sql dba
When should I use nosql database?
Is clustered index a primary key?