What is different between union and minus?
Answer Posted / pravin
Union combines the two table records, its eliminates
the duplicate records. while minus shows only those rows
which are not dulicated of table first in query.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is sql low level language?
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...
what is the syntax used for partition in tsql? : Transact sql
Why is pl sql used?
How is a process of pl/sql compiled?
What is rank function in sql?
Is foreign key mandatory?
What are pl/sql packages?
how to create a new view in mysql? : Sql dba
How can we make an if statement within a select statement?
What is the requirement of self-join?
How to move files from one directory to another in pl sql?
Which data type is a composite type?
how to concatenate two character strings? : Sql dba
Is truncate ddl or dml?