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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / venki
CREATE OR REPLACE VIEW VIEW_NAME AS SELECT COL1,COL2,REQ_COL
FROM EMP;
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prasad_dwh09
dropping and recreating of view is not i am expecting..
Is This Answer Correct ? | 2 Yes | 2 No |
Can a formula column referred to columns in higher group ?
What is the usage of merge statement?
13. Display the second to fifth characters in each client name.
What is a lookup table in oracle?
What is Database Link ?
What is a Public Synonyms ?
What is the difference between primary key and unique key and foreign key in oracle?
Explain integrity constraint?
What are the limitations oracle database 10g xe?
Difference between primary key and unique key ?
77 Answers Accenture, B2B Software Technologies, Cognizant, HP Finsoft, IndiaNIC, Karomi Technology, Keane India Ltd, L&T, Onward eServices, R Systems, Shakti, Techtic Solutions,
what is cartesian product?
interview questions with answer for cts