If a View on a single base table is manipulated will the
changes be reflected on the base table?
Answer Posted / tulsi
yes it will be reflected in the base table
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain the significance of the & and && operators in pl sql.
How do I copy a table in sql?
How can we avoid duplicating records in a query?
What is coalesce in sql?
What is java sql driver?
Explain spool.
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What is gpt format?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is a data manipulation language?
What is sql in java?
What are instead of triggers?
what is single byte over head in oracle..?
Is primary key clustered index?