How to create a view on a table which does not exists
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of %rowtype?
How do I trace sql profiler?
What are the two characteristics of a primary key?
what is column? : Sql dba
How to select unique records from a table?
Why we use pl sql?
What are field types?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
What port does sql server use?
What is pl sql code?
What does 0 mean in sql?
Explain the the update statement in sql?
Why triggers are used?
What is crud diagram?
How to look at the current sql*plus system settings?