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 are the different type of sql's statements ? : Sql dba
What is cross join example?
Does truncate remove indexes?
What is autocommit sql?
Can we insert data into view?
Mention what are different methods to trace the pl/sql code?
What is data profiling in sql?
What is procedure and function?
What is compilation error in pl sql?
what is subquery? : Sql dba
What is a primary key sql?
What is sql server and ase?
What is cartesian join in sql?
What is dbo in sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql