Answer Posted / dinesh kumar
Force View creates view even if the base table is not
available.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by user defined function?
Which is faster union or join?
how can we find the number of rows in a table using mysql? : Sql dba
what are properties of a transaction? : Sql dba
How do you write a complex sql query?
What are different types of statements supported by sql?
Explain commit, rollback and savepoint.
What does over partition by mean in sql?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
How many types of indexes are there in sql?
Does sql use python?
What is left join in postgresql?
Can we call dml statement in function?
Which one is faster ienumerable or iqueryable?
How do I send sql query results to excel?