What is union?
Answer / Rupesh Kumar
The UNION operator combines rows from two or more SELECT statements and returns the result as a single table. It can be used when you need to combine the results of multiple queries, but the structure (number of columns and their names) must be identical.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the differences among rownum, rank and dense_rank? : Sql dba
What is the difference between CHAR and VARCHAR2? If VARCHAR2 serves the uses of CHAR why CHAR is still used and not been discarded yet?
What is a database link?
Explain the types of joins in sql?
What are the Restrictions on Cursor Variables?
How to display the current date in sql?
write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
What are expressions?
Why do we need pl sql?
What is clause?
What are the commands used in sql?
diff b/w function and procedure?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)