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 / raghavendra
create or replace view <view_name> as select * from emp;
or you can provide the columns in select command
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is oracle and what are its different editions?
How to execute a stored program unit?
What is oracle instant client?
What is a trigger oracle?
Explain what are the advantages of views?
What do you mean by merge in oracle and how can we merge two tables?
What is the usage of merge statement?
How to create id with auto_increment on oracle?
What is transport network substrate (tns) in oracle?
Explain the use of tables option in exp command.
How to define an anonymous procedure with variables?
What is index in Oracle?
How to increment dates by 1 in oracle?
What is recycle bin in Oracle?
What is an oracle database table?