what will be the output:
select 1 from emp
union all
select 2 from emp;
Answer Posted / ankush
it returns the number 1 same number columns as well as
union with the value 2 again with the same number of
columns the table emp have.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What are the different types of database management systems?
What is consistency?
What is keys and its types?
what is the difference between a web-garden and a web-farm? : Sql dba
What is difference between pls_integer and integer?
define sql delete statement ? : Sql dba
What is a table in a database?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
What is scope and visibility in PL/SQL?
What is graph sql?
How do you run a query?
What are string functions in sql?
How to write pl sql program in mysql command prompt?