How to create a view on a table which does not exists
Answer Posted / vijayakumar
Using FORCE Command we can create a view without base table.
Is This Answer Correct ? | 40 Yes | 1 No |
Post New Answer View All Answers
Why schema is used in sql?
How can we solve sql error: ora-00904: invalid identifier?
What are the triggers associated with image items?
Does sql view stored data?
What is normalization sql?
What is null in pl/sql?
Does sql*plus also have a pl/sql engine?
how to install mysql? : Sql dba
What are the benefits of triggers?
What is a .db file?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
Why is there a need for sqlcode and sqlerrm variables?
how many ways we can we find the current date using mysql? : Sql dba
Is grant a ddl statement?
Is it possible to include an insert statement on the same table to which the trigger is assigned?