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
Is crud a cuss word?
how to use like conditions? : Sql dba
What is pl sql script?
what is a database? : Sql dba
How does postgresql compare to oracle/db2/ms sql server/informix?
Why are aggregate functions called so?
Does sqlite need a server?
what are the differences between char and varchar? : Sql dba
Does a primary key have to be a number?
Can we create table in function?
What is the left table in sql?
Enlist the advantages of sql.
Which table is left in left join?
List out the acid properties and explain?
Can we write ddl statements in functions?