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
Why do we use triggers?
Does db2 use sql?
What is compiled query?
Is like operator in sql case sensitive?
What is difference between sql and mysql?
what are the differences among rownum, rank and dense_rank? : Sql dba
Is join same as left join?
What is left join example?
What is scope and visibility in PL/SQL?
is mysql query is case sensitive? : Sql dba
What are the types of operators available in sql?
Is oracel sql developer written in java?
How to select all records from the table?
Name the operator which is used in the query for pattern matching?
What is normalization sql?