adspace
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
Is inner join faster than left join?
what is collation? : Sql dba
What is your daily office routine?
What is the best sql course?
What is the current version of sql?
what are all the common sql function? : Sql dba
define sql insert statement ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key clustered index?
how many tables will create when we create table, what are they? : Sql dba
Can delete statement be rollbacked?
what is sql server agent? : Sql dba
what are the advantages of sql ? : Sql dba
Does group by remove duplicates?