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


Please Help Members By Posting Answers For Below Questions

Select all the employees who were hired in last 2 years and who works in dept where max managers are working.

2692


Briefly explain what is literal? Give an example where it can be used?

785


Please explain oracle data types with examples?

780


Explain about functional dependency and its relation with table design?

765


Can I create users through internet explorer in oracle 10g?

772


How to check database size in Oracle?

840


How to bring a tablespace offline?

727


How to use "while" statements in oracle?

935


How to convert characters to dates in oracle?

761


Explain joins in oracle?

756


you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz

1726


How to install oracle database 10g xe?

764


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

804


What is Virtual Private Database in Oracle?

824


What do you mean by group by clause?

767