How to create a view on a table which does not exists
Answers were Sorted based on User's Feedback
Answer / vijayakumar
Using FORCE Command we can create a view without base table.
Is This Answer Correct ? | 40 Yes | 1 No |
Answer / amedela chandra sekhar
By using 'force view'
we can create a view without base table
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / ajmal
Using force command we can create view without table
Exa
create or replace force view aa_vu as select *from emp;
Note:emp table is not exit
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / senthil
sorry, i am not understand..... emp table is not exit meaning?
Is This Answer Correct ? | 1 Yes | 1 No |
I have a CURSOR then why we need BULK COLLECT again?
what is the difference between group by and order by in sql? : Sql dba
What is a constraint? Tell me about its various levels.
Which is the correct statement about truncate and delete?
What are the differences between Database Trigger and Integrity constraints ?
How can you load microsoft excel data into oracle? : aql loader
suppose we have a table in which 200 rows. i want to find 101 row ? what the query.... and how we find 4th and 5th highest salary and 1 to 10 highest salary
what is sql server agent? : Sql dba
how can i read files from a pl/sq l program
Difference between views and materialized views?
What is the Diff b/w Constraints and Trigeer
is it necessary to write group by and order by clause together