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 can triggers be used for the table auditing?
How to run sql statements with oracle sql developer?
What are the types of sql commands?
How many joins in sql?
How much does a sql dba make? : SQL DBA
What are the sql commands?
what are null values? : Sql dba
What is application trigger?
What are the two types of exceptions in pl/sql?
What is the difference between count 1 and count (*) in a sql query?
How do I add a primary key to a table?
Explain architecture of sql server notification services?
Can you do multiple joins in sql?
Write a sql query to convert all character to uppercase after hypen.
What is dml and ddl?