How to create a view on a table which does not exists
Answer Posted / amedela chandra sekhar
By using 'force view'
we can create a view without base table
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is trigger and how to use it in sql?
Can unique keys be null?
differentiate between float and double. : Sql dba
Does pl/sql support create command?
How to create your own reports in sql developer?
When can we use the where clause and the having clause?
How can we implement rollback or commit statement in a trigger?
what is row? : Sql dba
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is the difference between truncate and drop statements?
What is sorting in sql?
Explain the structure of pl/sql in brief.
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Can you select everything, but 1 or 2 fields, without writer's cramp?
How do I make my sql query run faster?