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 dialect in sql?
What is difference between cursor and trigger?
What are string functions in sql?
Can we alter stored procedure?
what is the difference between nested subquery and correlated subquery?
what is the difference between sql and t-sql? : Transact sql
What are the benefits of pl sql?
What is pl sql package?
Explain what is an index?
What is the difference between a query and a report?
what are all the different types of indexes? : Sql dba
Does truncate remove indexes?
What is sqlerrm?
How delete all data from all tables in sql?
what are the authentication modes in sql server? : Sql dba