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


Please Help Members By Posting Answers For Below Questions

How to export your own schema?

755


How to export your connection information to a file?

801


How a tablespace is related to data files?

797


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

1993


What are the common oracle dba tasks?

848


What is the quickest way to fetch the data from a table?

803


How to store pictures on to the database?

709


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1992


What is the difference between sharding and partitioning?

724


Is truncate autocommit in oracle?

838


Difference between the “verify” and “feedback” command?

1056


Can group functions be mixed with non-group selection fields?

739


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

2009


How to assign values to variables?

816


What is the order of defining local variables and sub procedures/functions?

820