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
explain the delete statements in sql
What are the different types of database management systems?
Is sql a backend?
What is trigger explain with example?
what is a constraint? Tell me about its various levels. : Sql dba
What is primary key in db?
Why do we use function in pl sql?
Which is faster subquery or join?
How do I write a sql query in pgadmin 4?
Why is there a need for sqlcode and sqlerrm variables?
How do I find duplicates in a single column in sql?
What is a composite primary key?
What is meant by truncate in sql?
what is the difference between union and union all? : Sql dba
Is sql open source?