i can create a view with two columns from emp table,, later
i need to add one more emp column to existing view.. what is
query
similarly add one more column to existing primary key
constraint.. please give me the solutions
Answer Posted / venki
CREATE OR REPLACE VIEW VIEW_NAME AS SELECT COL1,COL2,REQ_COL
FROM EMP;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to use like conditions in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to rename a tablespace in oracle?
What is program global area (pga) in oracle?
How to update a table row with a record?
What are transaction isolation levels supported by oracle?
What is transport network substrate (tns) in oracle?
How to invoke the data pump import utility?
How to connect to a local oracle 10g xe server?
Why do we use bulk collect in oracle?
What are the uses of linked server and explain it in detail?
What is a tns file?
what is the use of system.effective.date variable in oracle?