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
Why use resource manager in Oracle?
Is there a function to split a string in plsql?
Why do we use coalesce function in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
What is the difference between a hot backup and a cold backup in oracle?
State some uses of redo log files?
How to create a new user account in oracle?
How to check the oracle tns settings?
When do we use group by clause in a sql query?
What is a connect identifier?
Calculate difference between 2 date / times in oracle sql?
What is a table index in oracle?
Explain rename?
Does facebook use oracle?
How to call a stored function with parameters?