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 a unique constraint?
If a cursor is open, how can we find in a pl/sql block?
Can variables be used in sql statements?
Explain what is a database?
What is a database event trigger?
Why left join is used in sql?
How to create an array in pl/sql?
Explain the difference between rename and alias?
What is user in sql?
what is the command line end user interface - mysql? : Sql dba
What is sql injection vulnerability?
Can we use update in sql function?
What are the sql commands?
What is record in pl sql?
Can we call dml statement in function?